/* ==========================================================================
   EOD Insights — brand webfonts
   https://fonts.eodinsights.com/fonts.css
   AT EOD    100 Thin · 200 ExtraLight · 300 Light · 400 Regular
   AT SIGHT  100 Thin · 400 Regular
   Paths are relative, so this file works from any host it is served from.
   ========================================================================== */

@font-face {
  font-family: 'AT EOD';
  src: url('fonts/ateod-100.woff2') format('woff2'),
       url('fonts/ateod-100.woff')  format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AT EOD';
  src: url('fonts/ateod-200.woff2') format('woff2'),
       url('fonts/ateod-200.woff')  format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AT EOD';
  src: url('fonts/ateod-300.woff2') format('woff2'),
       url('fonts/ateod-300.woff')  format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AT EOD';
  src: url('fonts/ateod-400.woff2') format('woff2'),
       url('fonts/ateod-400.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AT SIGHT';
  src: url('fonts/atsight-100.woff2') format('woff2'),
       url('fonts/atsight-100.woff')  format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AT SIGHT';
  src: url('fonts/atsight-400.woff2') format('woff2'),
       url('fonts/atsight-400.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional brand tokens — safe to ignore if the tool has its own. */
:root {
  --f-eod:   'AT EOD', 'Helvetica Neue', Arial, sans-serif;
  --f-sight: 'AT SIGHT', 'AT EOD', 'Helvetica Neue', Arial, sans-serif;
}
