/* Layout Utilities */

/* Position */
.relative {
  position: relative;
}

/* Width */
.w-full {
  width: 100%;
}
