
@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=Viga:400');
body { font-family: 'Nunito Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Viga', sans-serif; }

:root {
    --general-font-family: Nunito Sans;
    --header-font-family: Viga;

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d5d;
    --color-tinted-white: #ebf8f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #15baba;
    --color-primary-rgb: 21,186,186;
    --color-primary-hover: #0f8c8c;
    --color-primary-hover-rgb: 15,140,140;    
    --color-primary-dark: #0f8c8c;
    --color-primary-light: #1ce5e5;
    --color-primary-text: #ebf8f8;
    --color-primary-on-white: #15baba;
    --color-primary-on-black: #15baba;

    --color-primary-alert-background: #98dbde;
    --color-primary-alert-border: #6cd0d2;
    --color-primary-alert-text: #052d2d;

    --color-secondary: #015b5b;
    --color-secondary-rgb: 1,91,91;
    --color-secondary-hover: #018d8d;
    --color-secondary-hover-rgb: 1,141,141;
    --color-secondary-dark: #002828;
    --color-secondary-light: #018d8d;
    --color-secondary-text: #ebf8f8;
    --color-secondary-on-white: #015b5b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90b5b8;
    --color-secondary-alert-border: #609799;
    --color-secondary-alert-text: #003232;

    --color-danger: #e1707c;
    --color-danger-hover: #d84555;
    --color-danger-dark: #d84555;
    --color-danger-light: #e99aa2;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #e1707c;
    --color-danger-on-black: #e1707c;

    --color-danger-alert-background: #eabdc5;
    --color-danger-alert-border: #e7a3ad;
    --color-danger-alert-text: #2a080c;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(1, 91, 91, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fysfabriken.wondr.se/branding/checkboxImage?h=1755849953_e7ba783f');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d5d;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #15baba;
    --bs-primary-rgb: 21,186,186;
    --bs-primary-bg-subtle: #1ce5e5;
    --bs-primary-border-subtle: #1ce5e5;
    --bs-primary-text-emphasis: #0f8c8c;

    --bs-secondary: #015b5b;
    --bs-secondary-rgb: 1,91,91;
    --bs-secondary-bg-subtle: #018d8d;
    --bs-secondary-border-subtle: #018d8d;
    --bs-secondary-text-emphasis: #002828;

    --bs-danger: #e1707c;
    --bs-danger-rgb: 225,112,124;
    --bs-danger-bg-subtle: #e99aa2;
    --bs-danger-border-subtle: #e99aa2;
    --bs-danger-text-emphasis: #d84555;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


