/* Arbora V1 — self-hosted fonts (fully offline, no external CDN)
   All typefaces below are released under the SIL Open Font License 1.1
   (free for commercial use, embedding and redistribution — no fees, no royalty).
     - Archivo        : SIL OFL 1.1
     - Fraunces       : SIL OFL 1.1
     - Inter          : SIL OFL 1.1
     - Space Grotesk  : SIL OFL 1.1
   Variable fonts used: a single woff2 per family covers all weights (100–900).
   NOTE: woff2 files live in ./fonts/ — keep the paths below in sync. */

@font-face{
  font-family:'Archivo';
  src:url('fonts/archivo-latin-wght-normal.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Fraunces';
  src:url('fonts/fraunces-latin-standard-normal.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Fraunces';
  src:url('fonts/fraunces-latin-standard-italic.woff2') format('woff2');
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:'Inter';
  src:url('fonts/inter-latin-standard-normal.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Space Grotesk';
  src:url('fonts/space-grotesk-latin-wght-normal.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
