@use "../abstracts/functions";


@mixin body {
  font-size: functions.toRem(18px);
  font-weight: 400;
  line-height: functions.toRem(28px);
  letter-spacing: 0em;
}

