/* FONT FACE - font-display: fallback; */
@font-face {
  font-family: 'ITBLACK';
  src: url(../font/Inter-Black.woff2) format('woff2'),
    url(../font/Inter-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'ITBOLD';
  src: url(../font/Inter-Bold.woff2) format('woff2'),
    url(../font/Inter-Bold.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'ITREGULAR';
  src: url(../font/Inter-Regular.woff2) format('woff2'),
    url(../font/Inter-Regular.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
