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

:root {
    --general-font-family: Open Sans;
    --header-font-family: Oswald;

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

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

    --color-primary: #e79120;
    --color-primary-rgb: 231,145,32;
    --color-primary-hover: #bf7615;
    --color-primary-hover-rgb: 191,118,21;    
    --color-primary-dark: #bf7615;
    --color-primary-light: #eca84e;
    --color-primary-text: #000000;
    --color-primary-on-white: #e79120;
    --color-primary-on-black: #e79120;

    --color-primary-alert-background: #eccba1;
    --color-primary-alert-border: #ebb776;
    --color-primary-alert-text: #2e1c05;

    --color-secondary: #282828;
    --color-secondary-rgb: 40,40,40;
    --color-secondary-hover: #424242;
    --color-secondary-hover-rgb: 66,66,66;
    --color-secondary-dark: #0f0f0f;
    --color-secondary-light: #424242;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #282828;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a0a1a4;
    --color-secondary-alert-border: #78787b;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d6c2;
    --color-light-hover: #e5d6c2;
    --color-light-hover-rgb: 229,214,194;
    --color-light-dark: #e5d6c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #e79120;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(40, 40, 40, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://cattas.se/branding/checkboxImage?h=1716187274_5f398fa6');

    --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: #e79120;
    --bs-primary-rgb: 231,145,32;
    --bs-primary-bg-subtle: #eca84e;
    --bs-primary-border-subtle: #eca84e;
    --bs-primary-text-emphasis: #bf7615;

    /* secondary */
    --bs-secondary: #282828;
    --bs-secondary-rgb: 40,40,40;
    --bs-secondary-bg-subtle: #424242;
    --bs-secondary-border-subtle: #424242;
    --bs-secondary-text-emphasis: #0f0f0f;

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

    --stroke-linecap: round;
    
}   


