:root {
    --site-bg: #111827;
    --site-panel: #ffffff;
    --site-text: #111827;
    --site-muted: #475569;
    --site-primary: #7c3aed;
    --site-primary-dark: #5b21b6;
    --site-secondary: #facc15;
    --site-radius: 18px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(124,58,237,.36), transparent 32%),
        radial-gradient(circle at top right, rgba(250,204,21,.18), transparent 30%),
        #111827;
}

.site-hero-copy h1,
.site-hero-copy p,
.site-footer {
    color: #fff;
}

.site-hero-copy p,
.site-footer {
    color: #d1d5db;
}

.site-header {
    background: rgba(255,255,255,.93);
}

.site-kicker {
    background: rgba(250,204,21,.18);
    color: #facc15;
    border-color: rgba(250,204,21,.25);
}

.site-section-head h2,
.site-section-head p {
    color: #fff;
}

.site-section-head p {
    color: #d1d5db;
}
