

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e57;
    --color-tinted-white: #ecf9ef;
    --color-facility-text: #000000;

    --color-primary: #4767b3;
    --color-primary-rgb: 71,103,179;
    --color-primary-hover: #39528e;
    --color-primary-hover-rgb: 57,82,142;    
    --color-primary-dark: #39528e;
    --color-primary-light: #6984c4;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #4767b3;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #acbadc;
    --color-primary-alert-border: #8b9ece;
    --color-primary-alert-text: #0e1525;

    --color-secondary: #00cc38;
    --color-secondary-rgb: 0,204,56;
    --color-secondary-hover: #00992a;
    --color-secondary-hover-rgb: 0,153,42;
    --color-secondary-dark: #00992a;
    --color-secondary-light: #00ff46;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #00cc38;
    --color-secondary-on-black: #00cc38;

    --color-secondary-alert-background: #90e2ab;
    --color-secondary-alert-border: #60db84;
    --color-secondary-alert-text: #00330e;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 204, 56, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitborealis.wondr.cc/branding/checkboxImage?h=1749713293_f9a63d78');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #4767b3;
    --bs-primary-rgb: 71,103,179;
    --bs-primary-bg-subtle: #6984c4;
    --bs-primary-border-subtle: #6984c4;
    --bs-primary-text-emphasis: #39528e;

    /* secondary */
    --bs-secondary: #00cc38;
    --bs-secondary-rgb: 0,204,56;
    --bs-secondary-bg-subtle: #00ff46;
    --bs-secondary-border-subtle: #00ff46;
    --bs-secondary-text-emphasis: #00992a;

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

    --stroke-linecap: round;
    
}   


