

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

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

    --color-facility: #0f66b0;
    --color-tinted-gray: #363034;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #ffffff;

    --color-app: #0f66b0;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #12aecc;
    --color-primary-rgb: 18,174,204;
    --color-primary-hover: #0e869d;
    --color-primary-hover-rgb: 14,134,157;    
    --color-primary-dark: #0e869d;
    --color-primary-light: #25ccec;
    --color-primary-text: #000000;
    --color-primary-on-white: #12aecc;
    --color-primary-on-black: #12aecc;
    --color-primary-ceil: #12aecc;
    --color-primary-floor: #12aecc;
    
    --color-primary-alert-background: #97d6e6;
    --color-primary-alert-border: #6bc9dd;
    --color-primary-alert-text: #04282f;
    
    --primary-h: 190;
    --primary-s: 84%;
    --primary-l: 44%;

    --color-secondary: #af9caa;
    --color-secondary-rgb: 175,156,170;
    --color-secondary-hover: #988092;
    --color-secondary-hover-rgb: 152,128,146;
    --color-secondary-dark: #988092;
    --color-secondary-light: #c6b8c2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #af9caa;
    --color-secondary-on-black: #af9caa;
    --color-secondary-ceil: #af9caa;
    --color-secondary-floor: #af9caa;

    --color-secondary-alert-background: #d6cfd8;
    --color-secondary-alert-border: #c9bec9;
    --color-secondary-alert-text: #1c171b;
    
    --secondary-h: 316;
    --secondary-s: 11%;
    --secondary-l: 65%;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dfe5;
    --color-light-hover: #c2dfe5;
    --color-light-hover-rgb: 194,223,229;
    --color-light-dark: #c2dfe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #12aecc;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2024;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(175, 156, 170, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://famfit.wondr.cc/branding/checkboxImage?h=1769680445_a859699b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 52, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #12aecc;
    --bs-primary-rgb: 18,174,204;
    --bs-primary-bg-subtle: #25ccec;
    --bs-primary-border-subtle: #25ccec;
    --bs-primary-text-emphasis: #0e869d;

    /* secondary */
    --bs-secondary: #af9caa;
    --bs-secondary-rgb: 175,156,170;
    --bs-secondary-bg-subtle: #c6b8c2;
    --bs-secondary-border-subtle: #c6b8c2;
    --bs-secondary-text-emphasis: #988092;

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

    --stroke-linecap: round;
    
}



