/* Facit Font Face Declarations - Ready for OTF files */
@font-face {
  font-family: 'Facit';
  src: url('./Facit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Facit';
  src: url('./Facit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Facit';
  src: url('./Facit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}