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

:root {
    --general-font-family: default;
    --header-font-family: Noto Sans;

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

    --color-facility: #000000;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #ffffff;

    --color-primary: #f48a11;
    --color-primary-rgb: 244,138,17;
    --color-primary-hover: #c96f09;
    --color-primary-hover-rgb: 201,111,9;    
    --color-primary-dark: #c96f09;
    --color-primary-light: #f6a242;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #f48a11;
    --color-primary-on-black: #f48a11;

    --color-primary-alert-background: #f2c89b;
    --color-primary-alert-border: #f2b36d;
    --color-primary-alert-text: #311b02;

    --color-secondary: #1f252b;
    --color-secondary-rgb: 31,37,43;
    --color-secondary-hover: #343f49;
    --color-secondary-hover-rgb: 52,63,73;
    --color-secondary-dark: #0a0c0d;
    --color-secondary-light: #343f49;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1f252b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9c9fa5;
    --color-secondary-alert-border: #73777d;
    --color-secondary-alert-text: #151a1e;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d5c2;
    --color-light-hover: #e5d5c2;
    --color-light-hover-rgb: 229,213,194;
    --color-light-dark: #e5d5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #f48a11;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241a0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(31, 37, 43, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://smashfitnorrkoping.wondr.se/branding/checkboxImage?h=1745142155_f59734e9');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f48a11;
    --bs-primary-rgb: 244,138,17;
    --bs-primary-bg-subtle: #f6a242;
    --bs-primary-border-subtle: #f6a242;
    --bs-primary-text-emphasis: #c96f09;

    /* secondary */
    --bs-secondary: #1f252b;
    --bs-secondary-rgb: 31,37,43;
    --bs-secondary-bg-subtle: #343f49;
    --bs-secondary-border-subtle: #343f49;
    --bs-secondary-text-emphasis: #0a0c0d;

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

    --stroke-linecap: round;
    
}   


