

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

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

    --color-facility: #1F252B;
    --color-facility-variant: #111518;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #ff7b22;
    --color-primary-rgb: 255,123,34;
    --color-primary-hover: #ee6000;
    --color-primary-hover-rgb: 238,96,0;    
    --color-primary-dark: #ee6000;
    --color-primary-light: #ff9955;
    --color-primary-text: #000000;
    --color-primary-on-white: #ff7b22;
    --color-primary-on-black: #ff7b22;
    --color-primary-ceil: #ff7b22;
    
    --color-primary-alert-background: #f6c2a2;
    --color-primary-alert-border: #f9aa77;
    --color-primary-alert-text: #331500;

    --color-secondary: #ed3434;
    --color-secondary-rgb: 237,52,52;
    --color-secondary-hover: #db1313;
    --color-secondary-hover-rgb: 219,19,19;
    --color-secondary-dark: #db1313;
    --color-secondary-light: #f16363;
    --color-secondary-text: ;
    --color-secondary-on-white: #ed3434;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #ed3434;

    --color-secondary-alert-background: #efa5a9;
    --color-secondary-alert-border: #ee8082;
    --color-secondary-alert-text: #2f0404;

    --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: #ff7b22;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kolltveitgrendagym.wondr.cc/branding/checkboxImage?h=1762157236_1adeeb94');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ff7b22;
    --bs-primary-rgb: 255,123,34;
    --bs-primary-bg-subtle: #ff9955;
    --bs-primary-border-subtle: #ff9955;
    --bs-primary-text-emphasis: #ee6000;

    /* secondary */
    --bs-secondary: #ed3434;
    --bs-secondary-rgb: 237,52,52;
    --bs-secondary-bg-subtle: #f16363;
    --bs-secondary-border-subtle: #f16363;
    --bs-secondary-text-emphasis: #db1313;

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

    --stroke-linecap: round;
    
}   


