:root {
    --color-primary: #1e5fa8;
    --color-secondary: #4a90d9;
    --color-accent: #852e00;
    --color-sand: #f5e6d3;
    --color-text: #2c3e50;
    --color-background: #fafafa;
    --color-footer-bg: #2c3e50;
    --color-footer-text: #ffffff;
    --font-headings: Playfair Display;
    --font-body: Inter;
    --border-radius: 8px;
    --shadow-default: 0 2px 10px rgba(0,0,0,0.1);
    --back-to-top-right: 20;
    --back-to-top-bottom: 20;
    --logo: logo_1767891593.png;
}
