:root {
    --theme-primary: rgb(211, 12, 37);
    --theme-primary-dark: rgb(150, 8, 25);
    --theme-light: rgba(211, 12, 37, 0.1);
    --theme-hover: #000000;
    --theme-gradient: linear-gradient(90deg, rgba(3, 0, 113, 1) 13%, rgba(5, 0, 187, 1) 100%);
    --theme-scrollbar-thumb: #096a85;
    --theme-text-on-primary: white;
    --theme-text-shadow: none;
}