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

:root {
    --general-font-family: Roboto;
    --header-font-family: Playfair Display;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5d;
    --color-tinted-white: #ecf9f8;
    --color-facility-text: #000000;

    --color-primary: #ab8e89;
    --color-primary-rgb: 171,142,137;
    --color-primary-hover: #96716b;
    --color-primary-hover-rgb: 150,113,107;    
    --color-primary-dark: #96716b;
    --color-primary-light: #c0aba7;
    --color-primary-text: #000000;
    --color-primary-on-white: #ab8e89;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #d4c9cb;
    --color-primary-alert-border: #c7b6b5;
    --color-primary-alert-text: #1e1615;

    --color-secondary: #72a09c;
    --color-secondary-rgb: 114,160,156;
    --color-secondary-hover: #5a8581;
    --color-secondary-hover-rgb: 90,133,129;
    --color-secondary-dark: #5a8581;
    --color-secondary-light: #90b5b1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #72a09c;
    --color-secondary-on-black: #72a09c;

    --color-secondary-alert-background: #bed1d3;
    --color-secondary-alert-border: #a4c0c0;
    --color-secondary-alert-text: #151e1e;

    --color-light: #f4e8e6;
    --color-light-rgb: 244,232,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c7c2;
    --color-light-hover: #e5c7c2;
    --color-light-hover-rgb: 229,199,194;
    --color-light-dark: #e5c7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e8e6;
    --color-light-on-black: #f4e8e6;
    --color-light-border: #ab8e89;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eced;
    --color-light-alert-text: #24120f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(114, 160, 156, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ysb.wondr.se/branding/checkboxImage?h=1757328505_d202b829');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ab8e89;
    --bs-primary-rgb: 171,142,137;
    --bs-primary-bg-subtle: #c0aba7;
    --bs-primary-border-subtle: #c0aba7;
    --bs-primary-text-emphasis: #96716b;

    /* secondary */
    --bs-secondary: #72a09c;
    --bs-secondary-rgb: 114,160,156;
    --bs-secondary-bg-subtle: #90b5b1;
    --bs-secondary-border-subtle: #90b5b1;
    --bs-secondary-text-emphasis: #5a8581;

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

    --stroke-linecap: round;
    
}   


