:root {
    --theme-primary: #b19326;
    --theme-primary-dark: #8c731d;
    --theme-light: rgba(177, 147, 38, 0.1);
    --theme-hover: #b30000;
    --theme-gradient: linear-gradient(90deg, rgba(37, 77, 91, 1) 0%, rgba(68, 112, 128, 1) 100%);
    --theme-scrollbar-thumb: #096a85;
    --theme-text-on-primary: white;
    --theme-text-shadow: 0px 0px 4px black;
}