:root {
    --primary-text-color:#ffffff;
    --secondary-text-color:#000000;
    --primary-accent-color:#c2b280;
    --secondary-accent-color:#8e7c48;
    --primary-background-color:#000000;
    --secondary-background-color:#180e16;
    --gradient-background-color:#f7f4e9;
    --gradient-accent-color:#cc0066;
            --background-image: url("/images/homepage/page-background-tapestry-lrg.jpg");
        --site-font: Lato;
    --header-font: Lato;
    --font-scale: 1.2;
    --profile-border-radius: 10%;
    --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;
    
        --main-header-font-size: var(--font-lg);

    /* Bootstrap variant colors - automatically calculated */
    --bs-info-bg: #a89764;
    --bs-info-color: #333333;
    --bs-info-border: #6a5f3c;
    --bs-success-bg: #92bd85;
    --bs-success-color: #333333;
    --bs-success-border: #5d8f4d;
    --bs-warning-bg: #bdb085;
    --bs-warning-color: #333333;
    --bs-warning-border: #8f7f4d;
    --bs-danger-bg: #bd8592;
    --bs-danger-color: #333333;
    --bs-danger-border: #8f4d5d;
    --bs-default-bg: #aba697;
    --bs-default-color: #333333;
    --bs-default-border: #7a7462;
}