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

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

    --border-radius: 20px;

    --color-facility: #1c1c1c;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #017575;
    --color-primary-rgb: 1,117,117;
    --color-primary-hover: #01a7a7;
    --color-primary-hover-rgb: 1,167,167;    
    --color-primary-dark: #004242;
    --color-primary-light: #01a7a7;
    --color-primary-text: #ebf8f8;
    --color-primary-on-white: #017575;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #90bfc3;
    --color-primary-alert-border: #60a6a9;
    --color-primary-alert-text: #003232;

    --color-secondary: #1c1c1c;
    --color-secondary-rgb: 28,28,28;
    --color-secondary-hover: #353535;
    --color-secondary-hover-rgb: 53,53,53;
    --color-secondary-dark: #020202;
    --color-secondary-light: #353535;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #1c1c1c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9b9b9f;
    --color-secondary-alert-border: #707173;
    --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: #f7f0f0;
    --background-overlay-color: rgba(28, 28, 28, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitask.wondr.cc/branding/checkboxImage?h=1750658287_e89b9601');

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

    /* bootstrap 5 fixes */
    --bs-primary: #017575;
    --bs-primary-rgb: 1,117,117;
    --bs-primary-bg-subtle: #01a7a7;
    --bs-primary-border-subtle: #01a7a7;
    --bs-primary-text-emphasis: #004242;

    --bs-secondary: #1c1c1c;
    --bs-secondary-rgb: 28,28,28;
    --bs-secondary-bg-subtle: #353535;
    --bs-secondary-border-subtle: #353535;
    --bs-secondary-text-emphasis: #020202;

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


