/* ================================================================
   Fredoka — local variable font + static fallbacks.

   Fredoka ships as a single variable font covering wdth (75%–125%) ×
   wght (300–700). One file gives us Light → Bold across Condensed →
   Expanded, with smooth interpolation in between. The static Regular
   and Bold are loaded as a safety fallback for very old browsers
   that don't register the wght axis.

   Paths are relative to this file's location at
   home/static/css/tnu-fonts.css so they resolve to
   home/static/fonts/fredoka/ once ManifestStaticFilesStorage hashes
   the references.
   ================================================================ */

@font-face {
  font-family: 'Fredoka';
  src: url("../fonts/fredoka/Fredoka-VariableFont_wdth,wght.8518c55ab778.ttf") format('truetype-variations'),
       url("../fonts/fredoka/Fredoka-VariableFont_wdth,wght.8518c55ab778.ttf") format('truetype');
  font-weight: 300 700;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url("../fonts/fredoka/Fredoka-Regular.e1acb36133ba.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url("../fonts/fredoka/Fredoka-Bold.eaa34632fd15.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
