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

:root {
    --general-font-family: Barlow;
    --header-font-family: Barlow Condensed;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5855;
    --color-tinted-white: #f9f1ec;
    --color-facility-text: #ffffff;

    --color-primary: #f3782b;
    --color-primary-rgb: 243,120,43;
    --color-primary-hover: #de5d0d;
    --color-primary-hover-rgb: 222,93,13;    
    --color-primary-dark: #de5d0d;
    --color-primary-light: #f6975b;
    --color-primary-text: #000000;
    --color-primary-on-white: #f3782b;
    --color-primary-on-black: #f3782b;

    --color-primary-alert-background: #f1c1a5;
    --color-primary-alert-border: #f2a87d;
    --color-primary-alert-text: #301403;

    --color-secondary: #e05d0d;
    --color-secondary-rgb: 224,93,13;
    --color-secondary-hover: #b0490a;
    --color-secondary-hover-rgb: 176,73,10;
    --color-secondary-dark: #b0490a;
    --color-secondary-light: #f3782d;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e05d0d;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #eab699;
    --color-secondary-alert-border: #e6986b;
    --color-secondary-alert-text: #301403;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --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: #f3782b;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(224, 93, 13, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://clubactive.wondr.se/branding/checkboxImage?h=1707828825_b1f694ce');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f3782b;
    --bs-primary-rgb: 243,120,43;
    --bs-primary-bg-subtle: #f6975b;
    --bs-primary-border-subtle: #f6975b;
    --bs-primary-text-emphasis: #de5d0d;

    /* secondary */
    --bs-secondary: #e05d0d;
    --bs-secondary-rgb: 224,93,13;
    --bs-secondary-bg-subtle: #f3782d;
    --bs-secondary-border-subtle: #f3782d;
    --bs-secondary-text-emphasis: #b0490a;

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

    --stroke-linecap: round;
    
}   


