@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@300;400;600&display=swap');
/* ── Magazine Layout ───────────────────────────────────────────────
   Editorial feel, rich headers, typographically refined.
   ────────────────────────────────────────────────────────────────────────── */
:root {
    --bg: #f7f6f1;
    --surface: #ffffff;
    --surface2: #eeece4;
    --border: rgba(0,0,0,0.1);
    --border-md: rgba(0,0,0,0.18);
    --text: #1a1a18;
    --text-muted: #6b6a64;
    --text-hint: #9c9a92;
    --accent: #b5291a;
    --green: #2a7a4b;
    --red: #b5291a;
    --radius: 2px;
    --font: 'Source Sans 3', system-ui, sans-serif;
    --max-w: 920px;
    --nav-bg: #ffffff;
    --nav-text: #6b6a64;
    --nav-accent: #1a1a18;
}

h1, h2 { font-family: 'Playfair Display', Georgia, serif; }
.page-plugin h1 { font-size: 36px; font-weight: 900; letter-spacing: -0.02em; }
.event-card-title { font-family: 'Playfair Display', serif; }
