
@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;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #15baba;
    --color-primary-rgb: 21,186,186;
    --color-primary-hover: #108c8c;
    --color-primary-hover-rgb: 16,140,140;    
    --color-primary-dark: #108c8c;
    --color-primary-light: #1de5e5;
    --color-primary-text: #000000;
    --color-primary-on-white: #15baba;
    --color-primary-on-black: #15baba;

    --color-primary-alert-background: #98dbdf;
    --color-primary-alert-border: #6dd0d2;
    --color-primary-alert-text: #052e2e;

    --color-secondary: #015b5b;
    --color-secondary-rgb: 1,91,91;
    --color-secondary-hover: #028d8d;
    --color-secondary-hover-rgb: 2,141,141;
    --color-secondary-dark: #002929;
    --color-secondary-light: #028d8d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #015b5b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90b5b9;
    --color-secondary-alert-border: #619799;
    --color-secondary-alert-text: #013232;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #15baba;
    --bs-primary-rgb: 21,186,186;
    --bs-primary-bg-subtle: #1de5e5;
    --bs-primary-border-subtle: #1de5e5;
    --bs-primary-text-emphasis: #108c8c;

    /* secondary */
    --bs-secondary: #015b5b;
    --bs-secondary-rgb: 1,91,91;
    --bs-secondary-bg-subtle: #028d8d;
    --bs-secondary-border-subtle: #028d8d;
    --bs-secondary-text-emphasis: #002929;

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

    --stroke-linecap: round;
    
}   


