:root {
    --theme-primary: #0d1f3c;
    --theme-secondary: #1c3d6e;
    --theme-accent: #c9a76a;
    --theme-light-bg: #f5f3ec;
    --theme-dark-bg: #08152b;
    --theme-text-color: #1a1a2e;
    --theme-font-heading: 'Cormorant Garamond', 'Playfair Display', serif;
    --theme-font-body: 'Jost', 'Poppins', sans-serif;
}
