/* ============================================================
   SCDC LEMON MILK PRO FONTS â€” MINIMAL (Bold + Light Only)
   ============================================================
   Use this version for faster loading when only headlines needed.
   
   WEIGHTS INCLUDED:
   - 300 (Light) â€” Subheadlines
   - 700 (Bold) â€” Primary headlines
   ============================================================ */

@font-face {
  font-family: 'LEMON MILK Pro';
  src: url(./lemon-milk-pro-light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LEMON MILK Pro';
  src: url(./lemon-milk-pro-bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: "LEMON MILK Pro", "Arial Black", "Helvetica Bold", sans-serif;
  --font-head: var(--font-display);
}
