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

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

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

    --color-facility: #130009;
    --color-tinted-gray: #363033;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #ffffff;

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

    --color-primary: #6c0031;
    --color-primary-rgb: 108,0,49;
    --color-primary-hover: #9f0048;
    --color-primary-hover-rgb: 159,0,72;    
    --color-primary-dark: #39001a;
    --color-primary-light: #9f0048;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #6c0031;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #6c0031;
    --color-primary-floor: #6c0031;
    
    --color-primary-alert-background: #bb91a8;
    --color-primary-alert-border: #a16080;
    --color-primary-alert-text: #330017;
    
    --primary-h: 333;
    --primary-s: 100%;
    --primary-l: 21%;

    --color-secondary: #130009;
    --color-secondary-rgb: 19,0,9;
    --color-secondary-hover: #460021;
    --color-secondary-hover-rgb: 70,0,33;
    --color-secondary-dark: #000000;
    --color-secondary-light: #460021;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #130009;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #130009;
    --color-secondary-floor: #201d1f;

    --color-secondary-alert-background: #989198;
    --color-secondary-alert-border: #6b6068;
    --color-secondary-alert-text: #330018;
    
    --secondary-h: 332;
    --secondary-s: 100%;
    --secondary-l: 4%;

    --color-light: #f4e6ec;
    --color-light-rgb: 244,230,236;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2d2;
    --color-light-hover: #e5c2d2;
    --color-light-hover-rgb: 229,194,210;
    --color-light-dark: #e5c2d2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ec;
    --color-light-on-black: #f4e6ec;
    --color-light-border: #6c0031;

    --color-light-alert-background: #f2edf3;
    --color-light-alert-border: #f2eaf0;
    --color-light-alert-text: #240f19;

    --color-background: #f7f0f3;
    --background-overlay-color: rgba(19, -0, 9, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crm.wondr.se/branding/checkboxImage?h=1771600600_889ce033');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 51, 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: #6c0031;
    --bs-primary-rgb: 108,0,49;
    --bs-primary-bg-subtle: #9f0048;
    --bs-primary-border-subtle: #9f0048;
    --bs-primary-text-emphasis: #39001a;

    /* secondary */
    --bs-secondary: #130009;
    --bs-secondary-rgb: 19,0,9;
    --bs-secondary-bg-subtle: #460021;
    --bs-secondary-border-subtle: #460021;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



