/* Outfit — DEFAULT UI typeface (self-hosted), applied via :root in
   variables.scss. Google Fonts variable font, instanced to static 300/400/500/600
   and subset to Latin + Latin-Ext (Turkish-capable). 4-weight set, so
   light/base/medium/heading map 1:1. Selected BY FAMILY (…Light/…Regular/…Medium/…SemiBold)
   to match the SCSS weight model. Drop the woff2 into assets/fonts/ and push to
   CDN. NOTE: outfit-light.woff2 must still be generated + added — until then,
   weight 300 falls back to the system-ui tail (never synthesized). */
@font-face {
  font-family: "OutfitRegular";
  font-display: swap;
  src: url("../fonts/outfit-regular.woff2") format("woff2"); }

@font-face {
  font-family: "OutfitMedium";
  font-display: swap;
  src: url("../fonts/outfit-medium.woff2") format("woff2"); }

@font-face {
  font-family: "OutfitSemiBold";
  font-display: swap;
  src: url("../fonts/outfit-semibold.woff2") format("woff2"); }

@font-face {
  font-family: "OutfitLight";
  font-display: swap;
  src: url("../fonts/outfit-light.woff2") format("woff2"); }

