@charset "UTF-8";

@function __remify($value) {
  $base-value: 16px;
  $rem-value: math.div($value, $base-value);
  @return $rem-value * 1rem;
}
