

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555e;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #000000;

    --color-primary: #e52425;
    --color-primary-rgb: 229,36,37;
    --color-primary-hover: #bf1718;
    --color-primary-hover-rgb: 191,23,24;    
    --color-primary-dark: #bf1718;
    --color-primary-light: #ea5252;
    --color-primary-text: #000000;
    --color-primary-on-white: #e52425;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #ec9fa3;
    --color-primary-alert-border: #e97679;
    --color-primary-alert-text: #2e0506;

    --color-secondary: #b7b4b7;
    --color-secondary-rgb: 183,180,183;
    --color-secondary-hover: #9e9a9e;
    --color-secondary-hover-rgb: 158,154,158;
    --color-secondary-dark: #9e9a9e;
    --color-secondary-light: #d0ced0;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b7b4b7;
    --color-secondary-on-black: #b7b4b7;

    --color-secondary-alert-background: #d9d9dd;
    --color-secondary-alert-border: #ceccd1;
    --color-secondary-alert-text: #1a191a;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #e52425;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(183, 180, 183, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mysenprestasjonoghelse.no/branding/checkboxImage?h=1718268912_12644092');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e52425;
    --bs-primary-rgb: 229,36,37;
    --bs-primary-bg-subtle: #ea5252;
    --bs-primary-border-subtle: #ea5252;
    --bs-primary-text-emphasis: #bf1718;

    /* secondary */
    --bs-secondary: #b7b4b7;
    --bs-secondary-rgb: 183,180,183;
    --bs-secondary-bg-subtle: #d0ced0;
    --bs-secondary-border-subtle: #d0ced0;
    --bs-secondary-text-emphasis: #9e9a9e;

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

    --stroke-linecap: round;
    
}   


