:root {
    --primary-text-color:#000000;
    --secondary-text-color:#ffffff;
    --primary-accent-color:#00bfff;
    --secondary-accent-color:#91adf2;
    --primary-background-color:#ffffff;
    --secondary-background-color:#fcfcfd;
    --gradient-background-color:#F7F4E9;
    --gradient-accent-color:#cc0066;
        --site-font: Tahoma;
    --header-font: Arial Black;
    --font-scale: 1;
    --profile-border-radius: 50%;
    --container-border-width: 1px;

    --font-xs: 0.7rem;
    --font-sm: 0.85rem;
    --font-md: 1rem;
    --font-lg: 1.2rem;
    --font-xl: 1.6rem;
    --font-xxl: 2.3rem;

    /* Bootstrap variant colors - automatically calculated */
    --bs-info-bg: #49b6f9;
    --bs-info-color: #333333;
    --bs-info-border: #0886d3;
    --bs-success-bg: #4ce61a;
    --bs-success-color: #333333;
    --bs-success-border: #2e8a0f;
    --bs-warning-bg: #e6b31a;
    --bs-warning-color: #333333;
    --bs-warning-border: #8a6b0f;
    --bs-danger-bg: #e61a4c;
    --bs-danger-color: #333333;
    --bs-danger-border: #8a0f2e;
    --bs-default-bg: #5993a6;
    --bs-default-color: #333333;
    --bs-default-border: #365863;
}