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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #049191;
    --color-primary-rgb: 4,145,145;
    --color-primary-hover: #05c2c2;
    --color-primary-hover-rgb: 5,194,194;    
    --color-primary-dark: #025f5f;
    --color-primary-light: #05c2c2;
    --color-primary-text: #ebf8f8;
    --color-primary-on-white: #049191;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #91cace;
    --color-primary-alert-border: #62b7b9;
    --color-primary-alert-text: #013131;

    --color-secondary: #040404;
    --color-secondary-rgb: 4,4,4;
    --color-secondary-hover: #1d1d1d;
    --color-secondary-hover-rgb: 29,29,29;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1d1d1d;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #040404;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #919295;
    --color-secondary-alert-border: #626265;
    --color-secondary-alert-text: #191919;

    --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(4, 4, 4, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitlillestrom.wondr.cc/branding/checkboxImage?h=1750065107_f1458bcb');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #049191;
    --bs-primary-rgb: 4,145,145;
    --bs-primary-bg-subtle: #05c2c2;
    --bs-primary-border-subtle: #05c2c2;
    --bs-primary-text-emphasis: #025f5f;

    --bs-secondary: #040404;
    --bs-secondary-rgb: 4,4,4;
    --bs-secondary-bg-subtle: #1d1d1d;
    --bs-secondary-border-subtle: #1d1d1d;
    --bs-secondary-text-emphasis: #000000;

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


