:root {
    --color-primary: red !important;
    --color-secondary: pink !important;
    --mdc-theme-primary: red !important;
    --mdc-theme-secondary: pink !important;
    --primary: 0 100% 50%;
    --primary-foreground: 0 0% 98%;
    --secondary: 330 100% 85%;
    --secondary-foreground: 0 0% 10%;
}