/* Explain: Theme tokens with Tuborg green accents and dark text. - */
:root {
    --primary-color: #007236;
    --primary-hover: #008f44;
    --secondary-color: #E9EDDF;
    --accent-color: #007236;
    --logo-subtitle-color: #007236;
    --button-color: #C0CFB2;
    --background-color: #FAF9F6;
    --surface-color: #F1F4EB;
    --footer-bg: #EAEEDF;
    --text-color: #005c2a;
    --text-muted: #1c7c45;
    --border-color: rgba(31, 46, 35, 0.12);
    --glass-bg: rgba(250, 249, 246, 0.72);
    --glass-border: rgba(88, 129, 87, 0.32);
    --nav-bg: rgba(250, 249, 246, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(88, 129, 87, 0.15);
    --sage-dark: #007236;
    --terracotta-soft: rgba(163, 177, 138, 0.22);
    --shadow-soft: 0 22px 70px rgba(31, 46, 35, 0.08);
    --shadow-button: 0 12px 28px rgba(0, 114, 54, 0.22);
    --shadow-button-hover: 0 18px 40px rgba(0, 114, 54, 0.32);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
