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

:root {
    --general-font-family: Roboto;
    --header-font-family: Roboto Condensed;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #f6b411;
    --color-primary-rgb: 246,180,17;
    --color-primary-hover: #cc9408;
    --color-primary-hover-rgb: 204,148,8;    
    --color-primary-dark: #cc9408;
    --color-primary-light: #f8c342;
    --color-primary-text: #000000;
    --color-primary-on-white: #f6b411;
    --color-primary-on-black: #f6b411;

    --color-primary-alert-background: #f2d99b;
    --color-primary-alert-border: #f4cc6d;
    --color-primary-alert-text: #312402;

    --color-secondary: #323232;
    --color-secondary-rgb: 50,50,50;
    --color-secondary-hover: #4c4c4c;
    --color-secondary-hover-rgb: 76,76,76;
    --color-secondary-dark: #191919;
    --color-secondary-light: #4c4c4c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #323232;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a4a5a8;
    --color-secondary-alert-border: #7e7e81;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #f6b411;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(50, 50, 50, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://vicious.wondr.se/branding/checkboxImage?h=1749105821_deb6f35f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f6b411;
    --bs-primary-rgb: 246,180,17;
    --bs-primary-bg-subtle: #f8c342;
    --bs-primary-border-subtle: #f8c342;
    --bs-primary-text-emphasis: #cc9408;

    /* secondary */
    --bs-secondary: #323232;
    --bs-secondary-rgb: 50,50,50;
    --bs-secondary-bg-subtle: #4c4c4c;
    --bs-secondary-border-subtle: #4c4c4c;
    --bs-secondary-text-emphasis: #191919;

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

    --stroke-linecap: round;
    
}   


