
@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Covered By Your Grace:400');
body { font-family: 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Covered By Your Grace', sans-serif; }

:root {
    --general-font-family: Inter;
    --header-font-family: Covered By Your Grace;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f5ec;
    --color-facility-text: #ffffff;

    --color-primary: #ffec00;
    --color-primary-rgb: 255,236,0;
    --color-primary-hover: #ccbd00;
    --color-primary-hover-rgb: 204,189,0;    
    --color-primary-dark: #ccbd00;
    --color-primary-light: #fff033;
    --color-primary-text: #000000;
    --color-primary-on-white: #ffec00;
    --color-primary-on-black: #ffec00;

    --color-primary-alert-background: #f6ef94;
    --color-primary-alert-border: #f9ee63;
    --color-primary-alert-text: #332f00;

    --color-secondary: #ffb600;
    --color-secondary-rgb: 255,182,0;
    --color-secondary-hover: #cc9200;
    --color-secondary-hover-rgb: 204,146,0;
    --color-secondary-dark: #cc9200;
    --color-secondary-light: #ffc533;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ffb600;
    --color-secondary-on-black: #ffb600;

    --color-secondary-alert-background: #f6d994;
    --color-secondary-alert-border: #f9ce63;
    --color-secondary-alert-text: #332400;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://work4it.wondr.se/branding/checkboxImage?h=1755080740_312e2390');

    --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: #ffec00;
    --bs-primary-rgb: 255,236,0;
    --bs-primary-bg-subtle: #fff033;
    --bs-primary-border-subtle: #fff033;
    --bs-primary-text-emphasis: #ccbd00;

    /* secondary */
    --bs-secondary: #ffb600;
    --bs-secondary-rgb: 255,182,0;
    --bs-secondary-bg-subtle: #ffc533;
    --bs-secondary-border-subtle: #ffc533;
    --bs-secondary-text-emphasis: #cc9200;

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

    --stroke-linecap: round;
    
}   


