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

:root {
    --general-font-family: Open Sans;
    --header-font-family: Open Sans;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #343036;
    --color-tinted-white: #f5ecf9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #ed02d3;
    --color-primary-rgb: 237,2,211;
    --color-primary-hover: #ba02a6;
    --color-primary-hover-rgb: 186,2,166;    
    --color-primary-dark: #ba02a6;
    --color-primary-light: #fd25e5;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ed02d3;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ed02d3;
    --color-primary-floor: #ed02d3;
    
    --color-primary-alert-background: #ef91e9;
    --color-primary-alert-border: #ee62e1;
    --color-primary-alert-text: #33002d;
    
    --primary-h: 307;
    --primary-s: 98%;
    --primary-l: 47%;

    --color-secondary: #9b02de;
    --color-secondary-rgb: 155,2,222;
    --color-secondary-hover: #7802ab;
    --color-secondary-hover-rgb: 120,2,171;
    --color-secondary-dark: #7802ab;
    --color-secondary-light: #b716fd;
    --color-secondary-text: #fdfdfd;
    --color-secondary-on-white: #9b02de;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #9b02de;
    --color-secondary-floor: #9b02de;

    --color-secondary-alert-background: #ce91ed;
    --color-secondary-alert-border: #bd62e8;
    --color-secondary-alert-text: #230033;
    
    --secondary-h: 282;
    --secondary-s: 98%;
    --secondary-l: 44%;

    --color-light: #f4e6f3;
    --color-light-rgb: 244,230,243;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2e1;
    --color-light-hover: #e5c2e1;
    --color-light-hover-rgb: 229,194,225;
    --color-light-dark: #e5c2e1;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f3;
    --color-light-on-black: #f4e6f3;
    --color-light-border: #ed02d3;

    --color-light-alert-background: #f2edf5;
    --color-light-alert-border: #f2eaf5;
    --color-light-alert-text: #240f21;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(155, 2, 222, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://happycoach.wondr.se/branding/checkboxImage?h=1787149501_569091a9');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #9b02de;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ed02d3;
    --bs-primary-rgb: 237,2,211;
    --bs-primary-bg-subtle: #fd25e5;
    --bs-primary-border-subtle: #fd25e5;
    --bs-primary-text-emphasis: #ba02a6;

    /* secondary */
    --bs-secondary: #9b02de;
    --bs-secondary-rgb: 155,2,222;
    --bs-secondary-bg-subtle: #b716fd;
    --bs-secondary-border-subtle: #b716fd;
    --bs-secondary-text-emphasis: #7802ab;

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

    --stroke-linecap: round;
    
}



