/* Explain: Theme tokens for a classic newspaper aesthetic. */
:root {
    --primary-color: #1a1a1a;
    --primary-hover: #333333;
    --secondary-color: #4a4a4a;
    --accent-color: #8b0000;
    --sand-color: #eae6d9;
    --background-color: #f4f1ea;
    --surface-color: #ffffff;
    --text-color: #222222;
    --text-muted: #555555;
    --border-color: #d1ccc1;
    --cloud-color: #f4f1ea;
    --ink-color: #111111;
    --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 18px 44px rgba(0, 0, 0, 0.06);
    --radius-large: 16px;
    --radius-medium: 12px;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Merriweather', Georgia, serif;
}
