

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5b5e55;
    --color-tinted-white: #f4f9ec;
    --color-facility-text: #000000;

    --color-primary: #1a6969;
    --color-primary-rgb: 26,105,105;
    --color-primary-hover: #249292;
    --color-primary-hover-rgb: 36,146,146;    
    --color-primary-dark: #104040;
    --color-primary-light: #249292;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #1a6969;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9abbbe;
    --color-primary-alert-border: #709fa2;
    --color-primary-alert-text: #0a2929;

    --color-secondary: #a2e029;
    --color-secondary-rgb: 162,224,41;
    --color-secondary-hover: #85bb1b;
    --color-secondary-hover-rgb: 133,187,27;
    --color-secondary-dark: #85bb1b;
    --color-secondary-light: #b5e656;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #a2e029;
    --color-secondary-on-black: #a2e029;

    --color-secondary-alert-background: #d1eaa5;
    --color-secondary-alert-border: #c1e77b;
    --color-secondary-alert-text: #202d06;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e5;
    --color-light-hover: #c2e5e5;
    --color-light-hover-rgb: 194,229,229;
    --color-light-dark: #c2e5e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #1a6969;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2424;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(162, 224, 41, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://amotfysikalske.wondr.cc/branding/checkboxImage?h=1724327422_13fe9054');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1a6969;
    --bs-primary-rgb: 26,105,105;
    --bs-primary-bg-subtle: #249292;
    --bs-primary-border-subtle: #249292;
    --bs-primary-text-emphasis: #104040;

    /* secondary */
    --bs-secondary: #a2e029;
    --bs-secondary-rgb: 162,224,41;
    --bs-secondary-bg-subtle: #b5e656;
    --bs-secondary-border-subtle: #b5e656;
    --bs-secondary-text-emphasis: #85bb1b;

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

    --stroke-linecap: round;
    
}   


