

: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: #ecf7f9;
    --color-facility-text: #000000;

    --color-primary: #0e2741;
    --color-primary-rgb: 14,39,65;
    --color-primary-hover: #17406b;
    --color-primary-hover-rgb: 23,64,107;    
    --color-primary-dark: #050e17;
    --color-primary-light: #17406b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0e2741;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #96a0ae;
    --color-primary-alert-border: #68788a;
    --color-primary-alert-text: #09192a;

    --color-secondary: #235860;
    --color-secondary-rgb: 35,88,96;
    --color-secondary-hover: #317a85;
    --color-secondary-hover-rgb: 49,122,133;
    --color-secondary-dark: #15363b;
    --color-secondary-light: #317a85;
    --color-secondary-text: ;
    --color-secondary-on-white: #235860;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9eb4bb;
    --color-secondary-alert-border: #75959c;
    --color-secondary-alert-text: #0e2225;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d3e5;
    --color-light-hover: #c2d3e5;
    --color-light-hover-rgb: 194,211,229;
    --color-light-dark: #c2d3e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #0e2741;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://performancehockeycenter.wondr.se/branding/checkboxImage?h=1760014388_10ca45c6');

    --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: #0e2741;
    --bs-primary-rgb: 14,39,65;
    --bs-primary-bg-subtle: #17406b;
    --bs-primary-border-subtle: #17406b;
    --bs-primary-text-emphasis: #050e17;

    /* secondary */
    --bs-secondary: #235860;
    --bs-secondary-rgb: 35,88,96;
    --bs-secondary-bg-subtle: #317a85;
    --bs-secondary-border-subtle: #317a85;
    --bs-secondary-text-emphasis: #15363b;

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

    --stroke-linecap: round;
    
}   


