

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

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

    --color-facility: #000000;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #668bae;
    --color-primary-rgb: 102,139,174;
    --color-primary-hover: #4e7193;
    --color-primary-hover-rgb: 78,113,147;    
    --color-primary-dark: #4e7193;
    --color-primary-light: #87a4c0;
    --color-primary-text: #000000;
    --color-primary-on-white: #668bae;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b9c8da;
    --color-primary-alert-border: #9db4cb;
    --color-primary-alert-text: #121a21;

    --color-secondary: #151617;
    --color-secondary-rgb: 21,22,23;
    --color-secondary-hover: #2d3032;
    --color-secondary-hover-rgb: 45,48,50;
    --color-secondary-dark: #000000;
    --color-secondary-light: #2d3032;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #151617;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #98999d;
    --color-secondary-alert-border: #6d6e71;
    --color-secondary-alert-text: #181a1b;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(21, 22, 23, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitcentrum.no/branding/checkboxImage?h=1753444482_53331677');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #668bae;
    --bs-primary-rgb: 102,139,174;
    --bs-primary-bg-subtle: #87a4c0;
    --bs-primary-border-subtle: #87a4c0;
    --bs-primary-text-emphasis: #4e7193;

    /* secondary */
    --bs-secondary: #151617;
    --bs-secondary-rgb: 21,22,23;
    --bs-secondary-bg-subtle: #2d3032;
    --bs-secondary-border-subtle: #2d3032;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


