@font-face {
  font-family: "Crimson Text";
  src: url("/fonts/crimson-text/crimson-text-v19-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: "Crimson Text";
  src: url("/fonts/crimson-text/crimson-text-v19-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Crimson Text";
  src: url("/fonts/crimson-text/crimson-text-v19-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: "Crimson Text";
  src: url("/fonts/crimson-text/crimson-text-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  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-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-v30-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-v30-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

.font-ui      { font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
.font-heading { font-family: "Crimson Text", Georgia, "Times New Roman", serif; font-weight: 700; }

html, body { font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: "Crimson Text", Georgia, "Times New Roman", serif; }
