

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555d5e;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #000000;

    --color-primary: #006a71;
    --color-primary-rgb: 0,106,113;
    --color-primary-hover: #009aa4;
    --color-primary-hover-rgb: 0,154,164;    
    --color-primary-dark: #003a3e;
    --color-primary-light: #009aa4;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #006a71;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #90bbc1;
    --color-primary-alert-border: #60a0a7;
    --color-primary-alert-text: #003033;

    --color-secondary: #006a71;
    --color-secondary-rgb: 0,106,113;
    --color-secondary-hover: #009aa4;
    --color-secondary-hover-rgb: 0,154,164;
    --color-secondary-dark: #003a3e;
    --color-secondary-light: #009aa4;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #006a71;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90bbc1;
    --color-secondary-alert-border: #60a0a7;
    --color-secondary-alert-text: #003033;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 106, 113, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://olympustreningdrammen.wondr.cc/branding/checkboxImage?h=1699466508_fc3b57f6');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #006a71;
    --bs-primary-rgb: 0,106,113;
    --bs-primary-bg-subtle: #009aa4;
    --bs-primary-border-subtle: #009aa4;
    --bs-primary-text-emphasis: #003a3e;

    /* secondary */
    --bs-secondary: #006a71;
    --bs-secondary-rgb: 0,106,113;
    --bs-secondary-bg-subtle: #009aa4;
    --bs-secondary-border-subtle: #009aa4;
    --bs-secondary-text-emphasis: #003a3e;

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

    --stroke-linecap: round;
    
}   


