

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #262626;
    --color-primary-rgb: 38,38,38;
    --color-primary-hover: #404040;
    --color-primary-hover-rgb: 64,64,64;    
    --color-primary-dark: #0d0d0d;
    --color-primary-light: #404040;
    --color-primary-text: #affcb5;
    --color-primary-on-white: #262626;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9fa0a3;
    --color-primary-alert-border: #77777a;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #0e0e0e;
    --color-secondary-rgb: 14,14,14;
    --color-secondary-hover: #282828;
    --color-secondary-hover-rgb: 40,40,40;
    --color-secondary-dark: #000000;
    --color-secondary-light: #282828;
    --color-secondary-text: #affcb5;
    --color-secondary-on-white: #0e0e0e;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #96969a;
    --color-secondary-alert-border: #68696b;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ambassadentrening.wondr.cc/branding/checkboxImage?h=1757682641_222e4aae');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #262626;
    --bs-primary-rgb: 38,38,38;
    --bs-primary-bg-subtle: #404040;
    --bs-primary-border-subtle: #404040;
    --bs-primary-text-emphasis: #0d0d0d;

    /* secondary */
    --bs-secondary: #0e0e0e;
    --bs-secondary-rgb: 14,14,14;
    --bs-secondary-bg-subtle: #282828;
    --bs-secondary-border-subtle: #282828;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


