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

:root {
    --general-font-family: Nunito Sans;
    --header-font-family: Plus Jakarta Sans;

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

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

    --color-primary: #13b778;
    --color-primary-rgb: 19,183,120;
    --color-primary-hover: #18e596;
    --color-primary-hover-rgb: 24,229,150;    
    --color-primary-dark: #0e895a;
    --color-primary-light: #18e596;
    --color-primary-text: #000000;
    --color-primary-on-white: #13b778;
    --color-primary-on-black: #13b778;

    --color-primary-alert-background: #98dac4;
    --color-primary-alert-border: #6bceab;
    --color-primary-alert-text: #052e1e;

    --color-secondary: #ff5450;
    --color-secondary-rgb: 255,84,80;
    --color-secondary-hover: #ff221d;
    --color-secondary-hover-rgb: 255,34,29;
    --color-secondary-dark: #ff221d;
    --color-secondary-light: #ff8683;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff5450;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #f6b2b4;
    --color-secondary-alert-border: #f99393;
    --color-secondary-alert-text: #330100;

    --color-light: #e6f4ef;
    --color-light-rgb: 230,244,239;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d8;
    --color-light-hover: #c2e5d8;
    --color-light-hover-rgb: 194,229,216;
    --color-light-dark: #c2e5d8;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ef;
    --color-light-on-black: #e6f4ef;
    --color-light-border: #13b778;

    --color-light-alert-background: #ecf2f4;
    --color-light-alert-border: #eaf3f2;
    --color-light-alert-text: #0f241c;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 84, 80, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://halsofabriken.ax/branding/checkboxImage?h=1724909897_bbf7f837');

    --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: #13b778;
    --bs-primary-rgb: 19,183,120;
    --bs-primary-bg-subtle: #18e596;
    --bs-primary-border-subtle: #18e596;
    --bs-primary-text-emphasis: #0e895a;

    /* secondary */
    --bs-secondary: #ff5450;
    --bs-secondary-rgb: 255,84,80;
    --bs-secondary-bg-subtle: #ff8683;
    --bs-secondary-border-subtle: #ff8683;
    --bs-secondary-text-emphasis: #ff221d;

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

    --stroke-linecap: round;
    
}   


