/* Font-face declarations for Rack Sans */

@font-face {
  font-family: 'Rack Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/y-fonts/racksans-semibold.woff2');
}

@font-face {
  font-family: 'Rack Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/racksans-bold.woff2');
}

