

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

    --border-radius: 20px;

    --color-facility: #1F252B;
    --color-tinted-gray: #5d5a54;
    --color-tinted-white: #f8f4eb;
    --color-facility-text: #ebf2f8;

    --border-radius: 20px;

    --color-primary: #1a2732;
    --color-primary-rgb: 26,39,50;
    --color-primary-hover: #2b4153;
    --color-primary-hover-rgb: 43,65,83;    
    --color-primary-dark: #080c10;
    --color-primary-light: #2b4153;
    --color-primary-text: #d6ad60;
    --color-primary-on-white: #1a2732;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9aa0a8;
    --color-primary-alert-border: #6f7780;
    --color-primary-alert-text: #111a21;

    --color-secondary: #d6ad60;
    --color-secondary-rgb: 214,173,96;
    --color-secondary-hover: #cb9837;
    --color-secondary-hover-rgb: 203,152,55;
    --color-secondary-dark: #cb9837;
    --color-secondary-light: #e0c188;
    --color-secondary-text: #1a2732;
    --color-secondary-on-white: #d6ad60;
    --color-secondary-on-black: #d6ad60;

    --color-secondary-alert-background: #e5d5ba;
    --color-secondary-alert-border: #e0c89c;
    --color-secondary-alert-text: #281e0a;

    --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: #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: #5d5a54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #d6ad60;
    --bs-secondary-rgb: 214,173,96;
    --bs-secondary-bg-subtle: #e0c188;
    --bs-secondary-border-subtle: #e0c188;
    --bs-secondary-text-emphasis: #cb9837;

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


