:root {
    --primary-text-color:#000000;
    --secondary-text-color:#ffffff;
    --primary-accent-color:#2cb1fd;
    --secondary-accent-color:#007fc6;
    --primary-background-color:#ffffff;
    --secondary-background-color:#fcfcfd;
    --gradient-background-color:#f7f4e9;
    --gradient-accent-color:#cc0066;
        --site-font: Tahoma;
    --header-font: Tahoma;
    --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: #1698e2;
    --bs-info-color: #ffffff;
    --bs-info-border: #0d5985;
    --bs-success-bg: #58e841;
    --bs-success-color: #333333;
    --bs-success-border: #2aae15;
    --bs-warning-bg: #e8d141;
    --bs-warning-color: #333333;
    --bs-warning-border: #ae9915;
    --bs-danger-bg: #e84158;
    --bs-danger-color: #333333;
    --bs-danger-border: #ae152a;
    --bs-default-bg: #759db4;
    --bs-default-color: #333333;
    --bs-default-border: #45697e;
}