/* Self-hosted fonts — same families as before, no Google CDN at runtime */
@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url("cinzel.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("montserrat.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url("playfair-display.woff2") format("woff2");
}
