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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #313630;
    --color-tinted-white: #eef9ec;
    --color-facility-text: #000000;

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

    --color-primary: #c408f5;
    --color-primary-rgb: 196,8,245;
    --color-primary-hover: #9c06c4;
    --color-primary-hover-rgb: 156,6,196;    
    --color-primary-dark: #9c06c4;
    --color-primary-light: #d138f8;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #c408f5;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #c408f5;
    --color-primary-floor: #c408f5;
    
    --color-primary-alert-background: #de94f6;
    --color-primary-alert-border: #d665f6;
    --color-primary-alert-text: #280231;
    
    --primary-h: 288;
    --primary-s: 94%;
    --primary-l: 50%;

    --color-secondary: #38f708;
    --color-secondary-rgb: 56,247,8;
    --color-secondary-hover: #2dc606;
    --color-secondary-hover-rgb: 45,198,6;
    --color-secondary-dark: #2dc606;
    --color-secondary-light: #60f939;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #38f708;
    --color-secondary-on-black: #38f708;
    --color-secondary-ceil: #38f708;
    --color-secondary-floor: #38f708;

    --color-secondary-alert-background: #a6f397;
    --color-secondary-alert-border: #82f568;
    --color-secondary-alert-text: #0b3102;
    
    --secondary-h: 108;
    --secondary-s: 94%;
    --secondary-l: 50%;

    --color-light: #f1e6f4;
    --color-light-rgb: 241,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #dec2e5;
    --color-light-hover: #dec2e5;
    --color-light-hover-rgb: 222,194,229;
    --color-light-dark: #dec2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f1e6f4;
    --color-light-on-black: #f1e6f4;
    --color-light-border: #c408f5;

    --color-light-alert-background: #f0edf6;
    --color-light-alert-border: #f1eaf5;
    --color-light-alert-text: #1f0f24;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(56, 247, 8, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://wellvonnorway.wondr.cc/branding/checkboxImage?h=1782129925_eb035fb9');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(49, 54, 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: #c408f5;
    --bs-primary-rgb: 196,8,245;
    --bs-primary-bg-subtle: #d138f8;
    --bs-primary-border-subtle: #d138f8;
    --bs-primary-text-emphasis: #9c06c4;

    /* secondary */
    --bs-secondary: #38f708;
    --bs-secondary-rgb: 56,247,8;
    --bs-secondary-bg-subtle: #60f939;
    --bs-secondary-border-subtle: #60f939;
    --bs-secondary-text-emphasis: #2dc606;

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

    --stroke-linecap: round;
    
}



