
/* league-spartan.css — self-hosted web fonts */
/* Place the .woff2 files in the same /fonts folder as this CSS */

@font-face {
  font-family: 'League Spartan Variable';
  src: url('LeagueSpartanVariable.woff2') format('woff2-variations'),
       url('LeagueSpartanVariable.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* Optional static weights (use if you don't want variable) */
@font-face {
  font-family: 'League Spartan';
  src: url('LeagueSpartan-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'League Spartan';
  src: url('LeagueSpartan-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'League Spartan';
  src: url('LeagueSpartan-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Usage examples */
:root{
  --brand-green: #1FA64D;
  --brand-green-deep: #0F7A38;
  --brand-beige: #ECE5DD;
}
body{ font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif; }
h1, h2, h3{ font-family: 'League Spartan Variable','League Spartan', sans-serif; }
h1{ font-weight: 800; }
h2{ font-weight: 700; }
h3{ font-weight: 600; }
