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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5854;
    --color-tinted-white: #f8f0eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #b01614;
    --color-primary-rgb: 176,22,20;
    --color-primary-hover: #dd1b19;
    --color-primary-hover-rgb: 221,27,25;    
    --color-primary-dark: #82100e;
    --color-primary-light: #dd1b19;
    --color-primary-text: #f8eceb;
    --color-primary-on-white: #b01614;
    --color-primary-on-black: #b01614;

    --color-primary-alert-background: #d6999c;
    --color-primary-alert-border: #c96d6e;
    --color-primary-alert-text: #2d0505;

    --color-secondary: #2f2a27;
    --color-secondary-rgb: 47,42,39;
    --color-secondary-hover: #4a423e;
    --color-secondary-hover-rgb: 74,66,62;
    --color-secondary-dark: #13110f;
    --color-secondary-light: #4a423e;
    --color-secondary-text: #f8f0eb;
    --color-secondary-on-white: #2f2a27;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a2a1a3;
    --color-secondary-alert-border: #7c797a;
    --color-secondary-alert-text: #1b1817;

    --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: #f0f1f7;
    --background-overlay-color: rgba(47, 42, 39, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitgamlebyen.wondr.cc/branding/checkboxImage?h=1754053768_2b2bd008');

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

    /* bootstrap 5 fixes */
    --bs-primary: #b01614;
    --bs-primary-rgb: 176,22,20;
    --bs-primary-bg-subtle: #dd1b19;
    --bs-primary-border-subtle: #dd1b19;
    --bs-primary-text-emphasis: #82100e;

    --bs-secondary: #2f2a27;
    --bs-secondary-rgb: 47,42,39;
    --bs-secondary-bg-subtle: #4a423e;
    --bs-secondary-border-subtle: #4a423e;
    --bs-secondary-text-emphasis: #13110f;

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


