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

:root {
    --general-font-family: Poppins;
    --header-font-family: Fredoka;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #e3813f;
    --color-primary-rgb: 227,129,63;
    --color-primary-hover: #d1661e;
    --color-primary-hover-rgb: 209,102,30;    
    --color-primary-dark: #d1661e;
    --color-primary-light: #e99e6c;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #e3813f;
    --color-primary-on-black: #e3813f;

    --color-primary-alert-background: #ebc4ad;
    --color-primary-alert-border: #e8ae89;
    --color-primary-alert-text: #2d1606;

    --color-secondary: #efb54f;
    --color-secondary-rgb: 239,181,79;
    --color-secondary-hover: #eba120;
    --color-secondary-hover-rgb: 235,161,32;
    --color-secondary-dark: #eba120;
    --color-secondary-light: #f3c97e;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #efb54f;
    --color-secondary-on-black: #efb54f;

    --color-secondary-alert-background: #f0d9b4;
    --color-secondary-alert-border: #efcd92;
    --color-secondary-alert-text: #2f1f04;

    --color-light: #f4ece6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d0c2;
    --color-light-hover: #e5d0c2;
    --color-light-hover-rgb: 229,208,194;
    --color-light-dark: #e5d0c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #e3813f;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(239, 181, 79, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ledargymmet.wondr.se/branding/checkboxImage?h=1760009689_353a8356');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e3813f;
    --bs-primary-rgb: 227,129,63;
    --bs-primary-bg-subtle: #e99e6c;
    --bs-primary-border-subtle: #e99e6c;
    --bs-primary-text-emphasis: #d1661e;

    /* secondary */
    --bs-secondary: #efb54f;
    --bs-secondary-rgb: 239,181,79;
    --bs-secondary-bg-subtle: #f3c97e;
    --bs-secondary-border-subtle: #f3c97e;
    --bs-secondary-text-emphasis: #eba120;

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

    --stroke-linecap: round;
    
}   


