
@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=Poppins: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: 'Poppins', sans-serif; }

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

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

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

    --border-radius: 20px;

    --color-primary: #cbb26a;
    --color-primary-rgb: 203,178,106;
    --color-primary-hover: #be9e44;
    --color-primary-hover-rgb: 190,158,68;    
    --color-primary-dark: #be9e44;
    --color-primary-light: #d8c690;
    --color-primary-text: #000000;
    --color-primary-on-white: #cbb26a;
    --color-primary-on-black: #cbb26a;

    --color-primary-alert-background: #e1d8bf;
    --color-primary-alert-border: #dacba2;
    --color-primary-alert-text: #261f0d;

    --color-secondary: #4d4545;
    --color-secondary-rgb: 77,69,69;
    --color-secondary-hover: #685d5d;
    --color-secondary-hover-rgb: 104,93,93;
    --color-secondary-dark: #322d2d;
    --color-secondary-light: #685d5d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #4d4545;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #afacb0;
    --color-secondary-alert-border: #8e8a8c;
    --color-secondary-alert-text: #1b1818;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(77, 69, 69, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tjejform.wondr.se/branding/checkboxImage?h=1755506048_0ec6c983');

    --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: #cbb26a;
    --bs-primary-rgb: 203,178,106;
    --bs-primary-bg-subtle: #d8c690;
    --bs-primary-border-subtle: #d8c690;
    --bs-primary-text-emphasis: #be9e44;

    /* secondary */
    --bs-secondary: #4d4545;
    --bs-secondary-rgb: 77,69,69;
    --bs-secondary-bg-subtle: #685d5d;
    --bs-secondary-border-subtle: #685d5d;
    --bs-secondary-text-emphasis: #322d2d;

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

    --stroke-linecap: round;
    
}   


