@charset "utf-8";

@use "sass:math";

@mixin letterSpacing($tracking) {
  letter-spacing: #{math.div($tracking, 1000)}em;
}
