/**
 * Figtree — local variable webfonts (weight 300–900).
 * Served from the theme (not Vite) so urls stay under /wp-content/themes/.
 */
@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
