/* ===========================================================================
   Aino typeface — Estonia Brand primary font

   Aino files are not committed to this repository. See
   docs/legal/aino-license.md. When the files are present in
   app/static/fonts/aino/, these rules will load them; until then
   the browser falls back to Verdana (no visible difference in most
   admin UI contexts). font-display: optional prevents 404 retries —
   if the file is missing the browser gives up immediately and uses
   the fallback rather than blocking text rendering.

   NOTE (2026-04-29): Aino files are not committed; restore by
   uncommenting the @font-face blocks below after dropping the woff2
   files into app/static/fonts/aino/. The blocks are commented out to
   prevent 404 noise in the browser console for every PageShell page.
   The existing fallback (Verdana, defined in tokens.css) continues to
   apply.
   =========================================================================== */

/*
@font-face {
  font-family: 'Aino';
  src: url('/static/fonts/aino/Aino-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Aino';
  src: url('/static/fonts/aino/Aino-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Aino';
  src: url('/static/fonts/aino/Aino-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Aino';
  src: url('/static/fonts/aino/Aino-Headline.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}
*/
