:root {
    --theme-primary: #FE4B4B;
    --theme-primary-contrast: white;
    --theme-secondary: #2D3842;
    --theme-secondary-contrast: white;
    --theme-accent: #FF744F;
    --theme-accent-contrast: white;
    --theme-error: #ff4b4b;
    --theme-error-contrast: white;
    --theme-info: #71c5e8;
    --theme-info-contrast: white;
    --theme-success: #155724;
    --theme-success-contrast: white;
    --theme-warning: #ff9800;
    --theme-warning-contrast: white;
    --theme-special: #CCD0D4;
    --theme-special-contrast: black;
}