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

:root {
    --general-font-family: Jost;
    --header-font-family: Jost;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #ececf9;
    --color-facility-text: #000000;

    --color-primary: #a8a6a1;
    --color-primary-rgb: 168,166,161;
    --color-primary-hover: #8f8d87;
    --color-primary-hover-rgb: 143,141,135;    
    --color-primary-dark: #8f8d87;
    --color-primary-light: #c1bfbb;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #a8a6a1;
    --color-primary-on-black: #a8a6a1;

    --color-primary-alert-background: #d3d3d5;
    --color-primary-alert-border: #c5c4c3;
    --color-primary-alert-text: #1a1a19;

    --color-secondary: #38383b;
    --color-secondary-rgb: 56,56,59;
    --color-secondary-hover: #515155;
    --color-secondary-hover-rgb: 81,81,85;
    --color-secondary-dark: #1f1f21;
    --color-secondary-light: #515155;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #38383b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a6a7ac;
    --color-secondary-alert-border: #828286;
    --color-secondary-alert-text: #19191a;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #a8a6a1;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(56, 56, 59, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kronancrossfit.wondr.se/branding/checkboxImage?h=1741252651_4d1f617e');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #a8a6a1;
    --bs-primary-rgb: 168,166,161;
    --bs-primary-bg-subtle: #c1bfbb;
    --bs-primary-border-subtle: #c1bfbb;
    --bs-primary-text-emphasis: #8f8d87;

    /* secondary */
    --bs-secondary: #38383b;
    --bs-secondary-rgb: 56,56,59;
    --bs-secondary-bg-subtle: #515155;
    --bs-secondary-border-subtle: #515155;
    --bs-secondary-text-emphasis: #1f1f21;

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

    --stroke-linecap: round;
    
}   


