/* Self-hosted fonts (playbook rule: retain license files per family).
   Gambetta — Fontshare Free Font License (gambetta/FFL.txt), variable, wght 300–700 + italic
   General Sans — Fontshare Free Font License (general-sans/FFL.txt), variable, wght 200–700
   Both downloaded from https://www.fontshare.com — no runtime third-party requests. */

@font-face{
  font-family:'Gambetta';font-style:normal;font-weight:300 700;font-display:swap;
  src:url('/fonts/gambetta/Gambetta-Variable.woff2') format('woff2-variations');
}
@font-face{
  font-family:'Gambetta';font-style:italic;font-weight:300 700;font-display:swap;
  src:url('/fonts/gambetta/Gambetta-VariableItalic.woff2') format('woff2-variations');
}
@font-face{
  font-family:'General Sans';font-style:normal;font-weight:200 700;font-display:swap;
  src:url('/fonts/general-sans/GeneralSans-Variable.woff2') format('woff2-variations');
}
