/* Mollyverse Publisher — Shared Design System, v2.6.16
   One source of truth for Mollyverse heading typography.
   OceanWP may style generic text, but Mollyverse component typography belongs here. */

:root{
    --mv-green:#294C3A;
    --mv-maroon:#8E1B2D;
    --mv-serif:Georgia,"Times New Roman",serif;
}

/* Shared eyebrow typography: page headings + archive headings.
   The !important is limited to font-family so theme typography cannot replace
   the Mollyverse serif while component spacing remains normally cascading. */
.mollyverse-post-heading__eyebrow,
.mollyverse-volume__eyebrow{
    color:var(--mv-maroon);
    font-family:var(--mv-serif) !important;
    font-size:14px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.mollyverse-post-heading__title,
.mollyverse-volume .mollyverse-volume__title{
    color:var(--mv-green);
    font-family:var(--mv-serif) !important;
    font-size:31px;
    font-weight:700;
    line-height:1.15;
    letter-spacing:normal;
}

.mollyverse-post-heading__deck,
.mollyverse-volume__deck{
    color:var(--mv-maroon);
    font-family:var(--mv-serif) !important;
    font-size:20px;
    font-style:italic;
    line-height:1.4;
}

/* Shared page-heading spacing. Archive-specific centering/max-width stays in archive.css. */
.mollyverse-post-heading{margin:0 0 28px;}
.mollyverse-post-heading__eyebrow{margin:0 0 18px;}
.mollyverse-post-heading__title{margin:0;}
.mollyverse-post-heading__deck{margin:10px 0 0;}
.mollyverse-volume__eyebrow{margin:0 0 18px;}
.mollyverse-volume .mollyverse-volume__title{margin:0;}
