
@import url('https://fonts.googleapis.com/css?family=Alice:400');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Alice', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5755;
    --color-tinted-white: #f9efec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #a6d4f3;
    --color-primary-rgb: 166,212,243;
    --color-primary-hover: #79beed;
    --color-primary-hover-rgb: 121,190,237;    
    --color-primary-dark: #79beed;
    --color-primary-light: #d3eaf9;
    --color-primary-text: #000000;
    --color-primary-on-white: #a6d4f3;
    --color-primary-on-black: #a6d4f3;

    --color-primary-alert-background: #d2e5f5;
    --color-primary-alert-border: #c4e0f5;
    --color-primary-alert-text: #061d2d;

    --color-secondary: #ce3911;
    --color-secondary-rgb: 206,57,17;
    --color-secondary-hover: #9f2c0d;
    --color-secondary-hover-rgb: 159,44,13;
    --color-secondary-dark: #9f2c0d;
    --color-secondary-light: #ed4f25;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #ce3911;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e2a79b;
    --color-secondary-alert-border: #dc836d;
    --color-secondary-alert-text: #2f0d04;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(206, 57, 17, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://flyingfelinesstudio.wondr.cc/branding/checkboxImage?h=1756821785_afeac5fc');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #a6d4f3;
    --bs-primary-rgb: 166,212,243;
    --bs-primary-bg-subtle: #d3eaf9;
    --bs-primary-border-subtle: #d3eaf9;
    --bs-primary-text-emphasis: #79beed;

    /* secondary */
    --bs-secondary: #ce3911;
    --bs-secondary-rgb: 206,57,17;
    --bs-secondary-bg-subtle: #ed4f25;
    --bs-secondary-border-subtle: #ed4f25;
    --bs-secondary-text-emphasis: #9f2c0d;

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

    --stroke-linecap: round;
    
}   


