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

:root {
    --general-font-family: Figtree;
    --header-font-family: Outfit;

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

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

    --color-primary: #97d044;
    --color-primary-rgb: 151,208,68;
    --color-primary-hover: #7db42d;
    --color-primary-hover-rgb: 125,180,45;    
    --color-primary-dark: #7db42d;
    --color-primary-light: #aeda6d;
    --color-primary-text: #000000;
    --color-primary-on-white: #97d044;
    --color-primary-on-black: #97d044;

    --color-primary-alert-background: #cce4af;
    --color-primary-alert-border: #bbdd8c;
    --color-primary-alert-text: #1c290a;

    --color-secondary: #256a19;
    --color-secondary-rgb: 37,106,25;
    --color-secondary-hover: #339323;
    --color-secondary-hover-rgb: 51,147,35;
    --color-secondary-dark: #17410f;
    --color-secondary-light: #339323;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #256a19;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9fbb9e;
    --color-secondary-alert-border: #76a072;
    --color-secondary-alert-text: #0e290a;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(37, 106, 25, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://enskedetraningsstudio.wondr.se/branding/checkboxImage?h=1755520057_dcbda624');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #97d044;
    --bs-primary-rgb: 151,208,68;
    --bs-primary-bg-subtle: #aeda6d;
    --bs-primary-border-subtle: #aeda6d;
    --bs-primary-text-emphasis: #7db42d;

    /* secondary */
    --bs-secondary: #256a19;
    --bs-secondary-rgb: 37,106,25;
    --bs-secondary-bg-subtle: #339323;
    --bs-secondary-border-subtle: #339323;
    --bs-secondary-text-emphasis: #17410f;

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

    --stroke-linecap: round;
    
}   


