:root {
    --primary-text-color:#ffffff;
    --secondary-text-color:#ffffff;
    --primary-accent-color:#ddb26d;
    --secondary-accent-color:#906940;
    --primary-background-color:#1c1c1c;
    --secondary-background-color:#000000;
    --gradient-background-color:#565451;
    --gradient-accent-color:#8f683f;
            --background-image: url("/images/homepage/login_bg2.jpeg");
        --site-font: Tahoma;
    --header-font: Tahoma;
    --font-scale: 1;
    --profile-border-radius: 50%;
    --container-border-width: 0px;

    --font-xs: 0.7rem;
    --font-sm: 0.85rem;
    --font-md: 1rem;
    --font-lg: 1.2rem;
    --font-xl: 1.6rem;
    --font-xxl: 2.3rem;
    
        --main-header-font-size: var(--font-lg);

    /* Bootstrap variant colors - automatically calculated */
    --bs-info-bg: #b78e57;
    --bs-info-color: #333333;
    --bs-info-border: #755832;
    --bs-success-bg: #78d283;
    --bs-success-color: #333333;
    --bs-success-border: #39ab46;
    --bs-warning-bg: #d2af78;
    --bs-warning-color: #333333;
    --bs-warning-border: #ab7f39;
    --bs-danger-bg: #d28378;
    --bs-danger-color: #333333;
    --bs-danger-border: #ab4639;
    --bs-default-bg: #b6a994;
    --bs-default-color: #333333;
    --bs-default-border: #87775d;
}