/* =========================================================
   CINZEL DECORATIVE — SACRED TYPOGRAPHY
   Usage: headings, section titles, ceremonial text
   ========================================================= */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* =====================
   REGULAR — neutral ritual text
   ===================== */

.cinzel-decorative-regular {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* =====================
   BOLD — authority / section headers
   ===================== */

.cinzel-decorative-bold {
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    font-style: normal;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.6);
}


/* =====================
   BLACK — judgement / hero statements
   ===================== */

.cinzel-decorative-black {
    font-family: "Cinzel Decorative", serif;
    font-weight: 900;
    font-style: normal;

    letter-spacing: 0.22em;
    text-transform: uppercase;

    text-shadow:
        0 0 6px rgba(0, 0, 0, 0.9),
        0 0 14px var(--glow-ember);
}