/* Self-hosted Lora + Figtree (latin subset, variable fonts) — no Google CDN at
   runtime. Regenerate via the snippet in ../../README.md ("Fonts"). */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/figtree-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/fonts/lora-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url('/fonts/lora-italic-variable.woff2') format('woff2');
}
