/* ===== Self-hosted webfonts (WOFF2) ===== */

/* Fugaz One — headings (original Divi heading font) */
@font-face {
  font-family: "Fugaz One";
  src: url("/fonts/fugaz-one/fugaz-one-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

/* Montserrat — navigation & buttons */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v29-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v29-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v29-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v29-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

/* Poppins — body text & buttons */
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v23-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v23-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v23-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

/* Utility classes for font families */
.font-ui      { font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.font-heading { font-family: "Fugaz One", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 400; }
