:root {
    --website-primary: #690633;
    --website-secondary: #4e0426;
    --website-accent: #f5e7bf;
    --website-background: #ffffff;
    --website-surface: #ffffff;
    --website-text: #1a1f2c;
    --website-muted-text: #6b7280;
    --website-border: #eee2e7;

    --website-header-bg: #ffffff;
    --website-header-text: #1f2937;

    --website-footer-bg: #690633;
    --website-footer-text: #ffffff;

    --website-button-bg: #690633;
    --website-button-text: #ffffff;
    --website-button-hover-bg: #4e0426;
    --website-button-hover-text: #ffffff;
}