[theme] {
    --theme-color-navbar: #613583 !important;
    --theme-soft-navbar: #1f4a90 !important;
    --theme-hard-navbar: #052f75 !important;
    --theme-contrast-navbar: #FFFFFF !important;
    --theme-color-primary: #613583 !important;
    --theme-soft-primary: #1f4a90 !important;
    --theme-hard-primary: #052f75 !important;
    --theme-contrast-primary: #FFFFFF !important;
    --theme-color-secondary: #1a5fb4 !important;
    --theme-soft-secondary: #1b6fbc !important;
    --theme-hard-secondary: #0055a2 !important;
    --theme-contrast-secondary: #FFFFFF !important;
}
[theme="dark"] {
    --theme-color-navbar: #613583 !important;
    --theme-soft-navbar: #052f75 !important;
    --theme-hard-navbar: #1f4a90 !important;
    --theme-contrast-navbar: #FFFFFF !important;
    --theme-color-primary: #613583 !important;
    --theme-soft-primary: #052f75 !important;
    --theme-hard-primary: #1f4a90 !important;
    --theme-contrast-primary: #FFFFFF !important;
    --theme-color-secondary: #1a5fb4 !important;
    --theme-soft-secondary: #0055a2 !important;
    --theme-hard-secondary: #1b6fbc !important;
    --theme-contrast-secondary: #FFFFFF !important;
}
