/* Explain: Theme tokens for the high-end professional editorial aesthetic. */
:root {
    --primary-color: #111111;
    --primary-hover: #333333;
    --secondary-color: #f9f9fb;
    --accent-color: #4b6584;
    --logo-subtitle-color: #4b6584;
    --button-color: #111111;
    --background-color: #ffffff;
    --surface-color: #f9f9fb;
    --footer-bg: #f9f9fb;
    --text-color: #1e2022;
    --text-muted: #666666;
    --border-color: #eaeaea;
    --glass-bg: rgba(255, 255, 255, 0.94);
    --glass-border: #eeeeee;
    --nav-bg: rgba(255, 255, 255, 0.94);
    --field-bg: #f9f9fb;
    --sage-soft: rgba(75, 101, 132, 0.08);
    --sage-dark: #4b6584;
    --terracotta-soft: rgba(17, 17, 17, 0.05);
    --shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.04);
    --shadow-button: 0 6px 16px rgba(0, 0, 0, 0.08);
    --font-heading: 'Georgia', serif;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-logo: 'Georgia', serif;
}
