@use "sass:math"

@function rem($size-in-px, $context: $base-font-size)
  @return math.div($size-in-px, $context) * 1rem
