/* Custom font-face declarations for in-app fonts */

/* Antonio */
@font-face {
  font-family: 'Antonio';
  src: url('/fonts/Antonio/Antonio/Antonio-VariableFont_wght.ttf')
    format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Baloo */
@font-face {
  font-family: 'Baloo';
  src: url('/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-VariableFont_wght.ttf')
    format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* Black Ops One */
@font-face {
  font-family: 'Black Ops One';
  src: url('/fonts/Black_Ops_One/Black_Ops_One/BlackOpsOne-Regular.ttf')
    format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Daniel */
@font-face {
  font-family: 'Daniel';
  src: url('/fonts/danielfont/Daniel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Daniel';
  src: url('/fonts/danielfont/Daniel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Daniel';
  src: url('/fonts/danielfont/Daniel-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Felt Tip */
@font-face {
  font-family: 'Felt Tip';
  src: url('/fonts/felt-tip-roman/FeltTipRomRegular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Felt Tip';
  src: url('/fonts/felt-tip-roman/FeltTipRomBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Felt Tip';
  src: url('/fonts/felt-tip-roman/FeltTipRomHeavy.TTF') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Knights Quest */
@font-face {
  font-family: 'Knights Quest';
  src: url('/fonts/knights-quest/KnightsQuest.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knights Quest Callig';
  src: url('/fonts/knights-quest/KnightsQuestCallig.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knights Quest Shielded';
  src: url('/fonts/knights-quest/KnightsQuestShielded.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
