

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #ffffff;

    --color-primary: #1a2732;
    --color-primary-rgb: 26,39,50;
    --color-primary-hover: #2b4154;
    --color-primary-hover-rgb: 43,65,84;    
    --color-primary-dark: #090d10;
    --color-primary-light: #2b4154;
    --color-primary-text: #d6ad60;
    --color-primary-on-white: #1a2732;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9aa0a8;
    --color-primary-alert-border: #707881;
    --color-primary-alert-text: #111a22;

    --color-secondary: #d6ad60;
    --color-secondary-rgb: 214,173,96;
    --color-secondary-hover: #cc9837;
    --color-secondary-hover-rgb: 204,152,55;
    --color-secondary-dark: #cc9837;
    --color-secondary-light: #e0c289;
    --color-secondary-text: #1a2732;
    --color-secondary-on-white: #d6ad60;
    --color-secondary-on-black: #d6ad60;

    --color-secondary-alert-background: #e6d6bb;
    --color-secondary-alert-border: #e0c89c;
    --color-secondary-alert-text: #291e0a;

    --color-light: #e6eef4;
    --color-light-rgb: 230,238,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d5e5;
    --color-light-hover: #c2d5e5;
    --color-light-hover-rgb: 194,213,229;
    --color-light-dark: #c2d5e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eef4;
    --color-light-on-black: #e6eef4;
    --color-light-border: #1a2732;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1a24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(214, 173, 96, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://torpogco.wondr.cc/branding/checkboxImage?h=1755590944_f5ee09c4');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1a2732;
    --bs-primary-rgb: 26,39,50;
    --bs-primary-bg-subtle: #2b4154;
    --bs-primary-border-subtle: #2b4154;
    --bs-primary-text-emphasis: #090d10;

    /* secondary */
    --bs-secondary: #d6ad60;
    --bs-secondary-rgb: 214,173,96;
    --bs-secondary-bg-subtle: #e0c289;
    --bs-secondary-border-subtle: #e0c289;
    --bs-secondary-text-emphasis: #cc9837;

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

    --stroke-linecap: round;
    
}   


