/* theme-default.css – dark navy + orange accent */

:root {
    --color-bg: #0b1220;
    --color-section-bg: #0b1220;
    --color-section-bg-alt: var(--color-section-bg);
    --color-section-header-bg: #020617;

    --color-header-bg: rgba(15, 23, 42, 0.97);

    --color-text: #e5e7eb;
    --color-heading: #f9fafb;
    --color-muted: #9ca3af;

    --color-accent: #f97316;               /* warm orange */
    --color-accent-soft: rgba(249,115,22,0.15);
    --color-accent-text: #111827;
    --color-accent-on: #111827;

    --color-nav-text: #e5e7eb;

    --color-embed-bg: #020617;

    --color-link: #38bdf8;
    --color-link-hover: #7dd3fc;

    --color-footer-bg: #020617;
    --color-footer-text: #6b7280;
    --color-footer-link: #e5e7eb;
}

/* Optional font tweak: keep Montserrat for this default */
