/* Explain: Theme tokens and typography variables for the editorial style. - */
:root {
    --bg-color: #050505;
    --surface-color: #111111;
    --text-color: #f4f4f5;
    --text-muted: #a1a1aa;
    --accent-color: #ccff00;
    --border-color: #27272a;
    --font-heading: 'Syncopate', sans-serif;
    --font-body: 'Manrope', sans-serif;
}