/* ============================================================================
   Self-hosted brand font — Figtree (display + body)
   Variable font: weights 300–800 in a single file. Byte-identical to the
   Liftory app (GymBookUI/src/assets/fonts/figtree) so web and app share one
   typographic identity. Weight contrast (not a second family) creates
   hierarchy: 700/800 for display, 300–600 for body/UI.
   ============================================================================ */

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/figtree/Figtree-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
}
