
@import url('https://fonts.googleapis.com/css?family=Outfit:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Outfit:100,200,300,400,500,600,700,800,900');
body { font-family: 'Outfit', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Outfit', sans-serif; }

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

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

    --color-facility: #003253;
    --color-tinted-gray: #363530;
    --color-tinted-white: #f9f6ec;
    --color-facility-text: #ffffff;

    --color-app: #003253;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #ff8275;
    --color-primary-rgb: 255,130,117;
    --color-primary-hover: #ff5442;
    --color-primary-hover-rgb: 255,84,66;    
    --color-primary-dark: #ff5442;
    --color-primary-light: #ffb0a8;
    --color-primary-text: #000000;
    --color-primary-on-white: #ff8275;
    --color-primary-on-black: #ff8275;
    --color-primary-ceil: #ff8275;
    --color-primary-floor: #ff8275;
    
    --color-primary-alert-background: #f6c5c3;
    --color-primary-alert-border: #f9aea9;
    --color-primary-alert-text: #330500;
    
    --primary-h: 6;
    --primary-s: 100%;
    --primary-l: 73%;

    --color-secondary: #e0dcca;
    --color-secondary-rgb: 224,220,202;
    --color-secondary-hover: #cdc7aa;
    --color-secondary-hover-rgb: 205,199,170;
    --color-secondary-dark: #cdc7aa;
    --color-secondary-light: #f3f1ea;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e0dcca;
    --color-secondary-on-black: #e0dcca;
    --color-secondary-ceil: #cfc9af;
    --color-secondary-floor: #e0dcca;

    --color-secondary-alert-background: #eae9e5;
    --color-secondary-alert-border: #e6e4dc;
    --color-secondary-alert-text: #201e13;
    
    --secondary-h: 49;
    --secondary-s: 26%;
    --secondary-l: 84%;

    --color-light: #f4e7e6;
    --color-light-rgb: 244,231,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c6c2;
    --color-light-hover: #e5c6c2;
    --color-light-hover-rgb: 229,198,194;
    --color-light-dark: #e5c6c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e7e6;
    --color-light-on-black: #f4e7e6;
    --color-light-border: #ff8275;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2ebed;
    --color-light-alert-text: #24110f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kastaloss.wondr.se/branding/checkboxImage?h=1781251023_11b0302c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 53, 48, 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: #ff8275;
    --bs-primary-rgb: 255,130,117;
    --bs-primary-bg-subtle: #ffb0a8;
    --bs-primary-border-subtle: #ffb0a8;
    --bs-primary-text-emphasis: #ff5442;

    /* secondary */
    --bs-secondary: #e0dcca;
    --bs-secondary-rgb: 224,220,202;
    --bs-secondary-bg-subtle: #f3f1ea;
    --bs-secondary-border-subtle: #f3f1ea;
    --bs-secondary-text-emphasis: #cdc7aa;

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

    --stroke-linecap: round;
    
}



