/* Self-hosted brand fonts. Files live in public/ root and are served at /*.ttf.
   Moved off fonts.gstatic.com because Google rotates the hashed woff2 URLs
   faster than we can update preloads, producing constant "resource preloaded
   but not used" console warnings. Owning the URLs kills the noise and removes
   a third-party dependency on cold load. */

@font-face {
  font-family: 'Outfit';
  src: url('/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Crimson Pro';
  src: url('/CrimsonPro-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'UnifrakturMaguntia';
  src: url('/UnifrakturMaguntia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
