:root {
    --theme-primary: #1B59A4;
    --theme-primary-hover: #18467E;
    --theme-secondary: #0B3142;
    --theme-ternary: #F1CF92;
    --theme-ternary-hard: #f0b649;
    --theme-primary-gradient: linear-gradient(101.15deg, #F1CF92 14.52%, #FFF3DE 54.61%, #F1CF92 78.24%);
    --theme-ternary-gradient: linear-gradient(90deg, #F1CF92 0%, #F1CF92 29.81%, #FFF3DE 64.9%, #F1CF92 100%);
}
