:root {
    --ink-900: #14181F;
    --ink-800: #1F2530;
    --ink-700: #2C333F;
    --paper: #F7F4EF;
    --paper-warm: #EFE9DF;
    --gold-600: #B8975A;
    --gold-400: #D4B888;
    --text-on-dark: #E8E4DD;
    --text-on-light: #1F2530;
    --muted: #8A8275;
    --line: rgba(184, 151, 90, 0.25);
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Inter", system-ui, sans-serif;
}
body {
    font-family: var(--font-body);
    background-color: var(--paper);
    color: var(--text-on-light);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    line-height: 1.2;
}
.eyebrow {
    display: block;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--gold-600);
    margin-bottom: 0.5rem;
}
.text-gold { color: var(--gold-600); }
.text-muted-lighter { color: var(--muted); }
.text-on-dark { color: var(--text-on-dark); }
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
