/* Self-hosted Alan Sans web font. Generated from the Alan Sans TTFs supplied
   under attached_assets/, converted to woff2 with `woff2_compress`. The TTFs
   ship a single Latin glyph set (no separate latin-ext / cyrillic subsets in
   the source), so we serve one woff2 per weight and let the browser pick the
   right one based on `font-weight`. Each face is `font-display: swap` so the
   tuned `Alan Sans Fallback` metric in src/index.css renders immediately
   while the real font streams in. */

@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/brand/fonts/alan-sans/alan-sans-900.woff2') format('woff2');
}
