/* ==========================================================================
   Strict Font Enforcement - VayuOS Bundled Fonts Only
   --------------------------------------------------------------------------
   Purpose: Define all site fonts with NO system fallbacks
   Critical: These fonts MUST load before text renders
   Strategy: font-display: block prevents system font substitution
   ========================================================================== */

/* --------------------------------------------------------------------------
   Alan Sans - Variable Weight Geometric Sans-Serif
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Alan Sans";
  src: url("/assets/fonts/AlanSans-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

/* --------------------------------------------------------------------------
   League Spartan - Variable Weight Condensed Sans-Serif
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "League Spartan";
  src: url("/assets/fonts/LeagueSpartan-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

/* --------------------------------------------------------------------------
   Open Sans - Regular Weight Classic Sans-Serif
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* --------------------------------------------------------------------------
   Gayathri - Bold Weight Display Font
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Gayathri";
  src: url("/assets/fonts/Gayathri-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
