/* Explain: Theme tokens and color variables for the tactical theme. */
:root {
    --primary-color: #586940;
    --primary-hover: #6d824f;
    --secondary-color: #2a2a2a;
    --accent-color: #8b9a65;
    --logo-subtitle-color: #a0a0a0;
    --button-color: #586940;
    --background-color: #121212;
    --surface-color: #1a1a1a;
    --footer-bg: #0a0a0a;
    --text-color: #e0e0e0;
    --text-muted: #9ca3af;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(26, 26, 26, 0.85);
    --glass-border: rgba(255, 255, 255, 0.1);
    --nav-bg: rgba(18, 18, 18, 0.95);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(88, 105, 64, 0.2);
    --sage-dark: #8b9a65;
    --terracotta-soft: rgba(0, 0, 0, 0.3);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.6);
    --shadow-button: 0 4px 14px rgba(0, 0, 0, 0.5);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Oswald', sans-serif;
}