

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55565e;
    --color-tinted-white: #eceef9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #b403b7;
    --color-primary-rgb: 180,3,183;
    --color-primary-hover: #e504e9;
    --color-primary-hover-rgb: 229,4,233;    
    --color-primary-dark: #830285;
    --color-primary-light: #e504e9;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b403b7;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #b403b7;
    --color-primary-floor: #b403b7;
    
    --color-primary-alert-background: #d892dd;
    --color-primary-alert-border: #cc62d1;
    --color-primary-alert-text: #310132;
    
    --primary-h: 299;
    --primary-s: 97%;
    --primary-l: 36%;

    --color-secondary: #0932eb;
    --color-secondary-rgb: 9,50,235;
    --color-secondary-hover: #0728ba;
    --color-secondary-hover-rgb: 7,40,186;
    --color-secondary-dark: #0728ba;
    --color-secondary-light: #3054f7;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0932eb;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #0932eb;
    --color-secondary-floor: #0932eb;

    --color-secondary-alert-background: #94a5f2;
    --color-secondary-alert-border: #657ef0;
    --color-secondary-alert-text: #020a31;
    
    --secondary-h: 229;
    --secondary-s: 93%;
    --secondary-l: 48%;

    --color-light: #f4e6f4;
    --color-light-rgb: 244,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e4c2e5;
    --color-light-hover: #e4c2e5;
    --color-light-hover-rgb: 228,194,229;
    --color-light-dark: #e4c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f4;
    --color-light-on-black: #f4e6f4;
    --color-light-border: #b403b7;

    --color-light-alert-background: #f2edf6;
    --color-light-alert-border: #f2eaf5;
    --color-light-alert-text: #230f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(9, 50, 235, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitoyro.no/branding/checkboxImage?h=1759488786_fae1561b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 86, 94, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b403b7;
    --bs-primary-rgb: 180,3,183;
    --bs-primary-bg-subtle: #e504e9;
    --bs-primary-border-subtle: #e504e9;
    --bs-primary-text-emphasis: #830285;

    /* secondary */
    --bs-secondary: #0932eb;
    --bs-secondary-rgb: 9,50,235;
    --bs-secondary-bg-subtle: #3054f7;
    --bs-secondary-border-subtle: #3054f7;
    --bs-secondary-text-emphasis: #0728ba;

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

    --stroke-linecap: round;
    
}



