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

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

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

    --color-facility: #015958;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

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

    --color-primary: #015958;
    --color-primary-rgb: 1,89,88;
    --color-primary-hover: #028b8a;
    --color-primary-hover-rgb: 2,139,138;    
    --color-primary-dark: #002726;
    --color-primary-light: #028b8a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #015958;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #015958;
    
    --color-primary-alert-background: #90b4b7;
    --color-primary-alert-border: #619698;
    --color-primary-alert-text: #013232;

    --color-secondary: #f44d4d;
    --color-secondary-rgb: 244,77,77;
    --color-secondary-hover: #f11d1d;
    --color-secondary-hover-rgb: 241,29,29;
    --color-secondary-dark: #f11d1d;
    --color-secondary-light: #f77d7d;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f44d4d;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #f44d4d;

    --color-secondary-alert-background: #f2afb3;
    --color-secondary-alert-border: #f28f91;
    --color-secondary-alert-text: #300303;

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

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2423;

    --color-background: #f0f7f7;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://activebystina.se/branding/checkboxImage?h=1767078861_1083181a');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #015958;
    --bs-primary-rgb: 1,89,88;
    --bs-primary-bg-subtle: #028b8a;
    --bs-primary-border-subtle: #028b8a;
    --bs-primary-text-emphasis: #002726;

    /* secondary */
    --bs-secondary: #f44d4d;
    --bs-secondary-rgb: 244,77,77;
    --bs-secondary-bg-subtle: #f77d7d;
    --bs-secondary-border-subtle: #f77d7d;
    --bs-secondary-text-emphasis: #f11d1d;

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

    --stroke-linecap: round;
    
}   


