/* ============================================================
   Self-hosted fonts — Danny's Holiday Lighting
   All faces local; no external dependency.
   ============================================================ */

/* ---- Saira Condensed (display / signage) ---- */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/SairaCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Condensed";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/SairaCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Condensed";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/SairaCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Condensed";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/SairaCondensed-Bold.ttf") format("truetype");
}

/* ---- Spectral (body serif) ---- */
@font-face {
  font-family: "Spectral";
  font-style: normal; font-weight: 300; font-display: swap;
  src: url("fonts/Spectral-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/Spectral-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url("fonts/Spectral-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/Spectral-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/Spectral-SemiBold.ttf") format("truetype");
}

/* ---- Space Mono (eyebrows / labels) ---- */
@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/SpaceMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/SpaceMono-Bold.ttf") format("truetype");
}

/* ---- Bodoni Moda (variable — luxe serif headline tweak) ---- */
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("fonts/BodoniModa-Variable.ttf") format("truetype-variations");
}

/* ---- Archivo (variable — modern grotesque headline tweak) ---- */
@font-face {
  font-family: "Archivo";
  font-style: normal; font-weight: 100 900; font-stretch: 62.5% 125%; font-display: swap;
  src: url("fonts/Archivo-Variable.ttf") format("truetype-variations");
}
