/* Font-face declarations for Font */

@font-face {
  font-family: 'Font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/y-fonts/font-regular.woff2');
}

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

