

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #ffffff;

    --color-primary: #426063;
    --color-primary-rgb: 66,96,99;
    --color-primary-hover: #567e82;
    --color-primary-hover-rgb: 86,126,130;    
    --color-primary-dark: #2e4244;
    --color-primary-light: #567e82;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #426063;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aab7bc;
    --color-primary-alert-border: #889a9e;
    --color-primary-alert-text: #141e1f;

    --color-secondary: #a2257c;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cc2e9c;
    --color-secondary-hover-rgb: 204,46,156;
    --color-secondary-dark: #781c5c;
    --color-secondary-light: #cc2e9c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #a2257c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #d19fc6;
    --color-secondary-alert-border: #c177ad;
    --color-secondary-alert-text: #2a0920;

    --color-light: #e6f3f4;
    --color-light-rgb: 230,243,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e2e5;
    --color-light-hover: #c2e2e5;
    --color-light-hover-rgb: 194,226,229;
    --color-light-dark: #c2e2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f3f4;
    --color-light-on-black: #e6f3f4;
    --color-light-border: #426063;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2224;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://valhallajj.se/branding/checkboxImage?h=1748958998_afdb48ca');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #426063;
    --bs-primary-rgb: 66,96,99;
    --bs-primary-bg-subtle: #567e82;
    --bs-primary-border-subtle: #567e82;
    --bs-primary-text-emphasis: #2e4244;

    /* secondary */
    --bs-secondary: #a2257c;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cc2e9c;
    --bs-secondary-border-subtle: #cc2e9c;
    --bs-secondary-text-emphasis: #781c5c;

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

    --stroke-linecap: round;
    
}   


