
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5a54;
    --color-tinted-white: #f8f4eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #e3813f;
    --color-primary-rgb: 227,129,63;
    --color-primary-hover: #d0661e;
    --color-primary-hover-rgb: 208,102,30;    
    --color-primary-dark: #d0661e;
    --color-primary-light: #e99e6b;
    --color-primary-text: ;
    --color-primary-on-white: #e3813f;
    --color-primary-on-black: #e3813f;

    --color-primary-alert-background: #eac4ad;
    --color-primary-alert-border: #e8ad88;
    --color-primary-alert-text: #2c1506;

    --color-secondary: #efb54f;
    --color-secondary-rgb: 239,181,79;
    --color-secondary-hover: #eaa120;
    --color-secondary-hover-rgb: 234,161,32;
    --color-secondary-dark: #eaa120;
    --color-secondary-light: #f3c87d;
    --color-secondary-text: ;
    --color-secondary-on-white: #efb54f;
    --color-secondary-on-black: #efb54f;

    --color-secondary-alert-background: #efd9b3;
    --color-secondary-alert-border: #efcd92;
    --color-secondary-alert-text: #2e1f04;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5a54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #efb54f;
    --bs-secondary-rgb: 239,181,79;
    --bs-secondary-bg-subtle: #f3c87d;
    --bs-secondary-border-subtle: #f3c87d;
    --bs-secondary-text-emphasis: #eaa120;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


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

    --stroke-linecap: round;
    
}   


