

:root {
    --general-font-family: default;
    --header-font-family: default;

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #000000;

    --color-primary: #ff6600;
    --color-primary-rgb: 255,102,0;
    --color-primary-hover: #cc5200;
    --color-primary-hover-rgb: 204,82,0;    
    --color-primary-dark: #cc5200;
    --color-primary-light: #ff8533;
    --color-primary-text: #000000;
    --color-primary-on-white: #ff6600;
    --color-primary-on-black: #ff6600;

    --color-primary-alert-background: #f6b994;
    --color-primary-alert-border: #f99e63;
    --color-primary-alert-text: #331400;

    --color-secondary: #0f0f0e;
    --color-secondary-rgb: 15,15,14;
    --color-secondary-hover: #292927;
    --color-secondary-hover-rgb: 41,41,39;
    --color-secondary-dark: #000000;
    --color-secondary-light: #292927;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0f0f0e;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #96979a;
    --color-secondary-alert-border: #69696b;
    --color-secondary-alert-text: #1a1a19;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d0c2;
    --color-light-hover: #e5d0c2;
    --color-light-hover-rgb: 229,208,194;
    --color-light-dark: #e5d0c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #ff6600;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24170f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(15, 15, 14, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mantorpstc.se/branding/checkboxImage?h=1749041709_b602750c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 94, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ff6600;
    --bs-primary-rgb: 255,102,0;
    --bs-primary-bg-subtle: #ff8533;
    --bs-primary-border-subtle: #ff8533;
    --bs-primary-text-emphasis: #cc5200;

    /* secondary */
    --bs-secondary: #0f0f0e;
    --bs-secondary-rgb: 15,15,14;
    --bs-secondary-bg-subtle: #292927;
    --bs-secondary-border-subtle: #292927;
    --bs-secondary-text-emphasis: #000000;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


