/* ===== Self-hosted webfonts (WOFF2) ===== */

/* Montserrat Font Family - Headings */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v25-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat/montserrat-v25-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Inter Font Family - Body & UI */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/inter-v12-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/inter-v12-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/inter-v12-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Font Classes */
.font-ui      { font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; font-weight: 500; }
.font-heading { font-family: "Montserrat", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 700; }
.font-body    { font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 400; }

/* Font Weight Utilities */
.font-weight-heading { font-weight: 700; }
.font-weight-subheading { font-weight: 600; }
.font-weight-body { font-weight: 400; }
.font-weight-ui { font-weight: 500; }
.font-weight-button { font-weight: 600; }
