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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #555a5e;
    --color-tinted-white: #ecf4f9;
    --color-facility-text: #ffffff;

    --color-primary: #b95a2e;
    --color-primary-rgb: 185,90,46;
    --color-primary-hover: #904624;
    --color-primary-hover-rgb: 144,70,36;    
    --color-primary-dark: #904624;
    --color-primary-light: #d27448;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b95a2e;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #dab5a7;
    --color-primary-alert-border: #cf967e;
    --color-primary-alert-text: #29140a;

    --color-secondary: #34424b;
    --color-secondary-rgb: 52,66,75;
    --color-secondary-hover: #495d69;
    --color-secondary-hover-rgb: 73,93,105;
    --color-secondary-dark: #1f272d;
    --color-secondary-light: #495d69;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #34424b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a5abb2;
    --color-secondary-alert-border: #7f8890;
    --color-secondary-alert-text: #151b1e;

    --color-light: #f4ebe6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5cdc2;
    --color-light-hover: #e5cdc2;
    --color-light-hover-rgb: 229,205,194;
    --color-light-dark: #e5cdc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ebe6;
    --color-light-on-black: #f4ebe6;
    --color-light-border: #b95a2e;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24160f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(52, 66, 75, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfithoganas.se/branding/checkboxImage?h=1748935441_dbad57b4');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b95a2e;
    --bs-primary-rgb: 185,90,46;
    --bs-primary-bg-subtle: #d27448;
    --bs-primary-border-subtle: #d27448;
    --bs-primary-text-emphasis: #904624;

    /* secondary */
    --bs-secondary: #34424b;
    --bs-secondary-rgb: 52,66,75;
    --bs-secondary-bg-subtle: #495d69;
    --bs-secondary-border-subtle: #495d69;
    --bs-secondary-text-emphasis: #1f272d;

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

    --stroke-linecap: round;
    
}   


