
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
body { font-family: 'Poppins', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5755;
    --color-tinted-white: #f9efec;
    --color-facility-text: #000000;

    --color-primary: #1a0d80;
    --color-primary-rgb: 26,13,128;
    --color-primary-hover: #2312ae;
    --color-primary-hover-rgb: 35,18,174;    
    --color-primary-dark: #110852;
    --color-primary-light: #2312ae;
    --color-primary-text: #e3baab;
    --color-primary-on-white: #1a0d80;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9a96c7;
    --color-primary-alert-border: #7068b0;
    --color-primary-alert-text: #09052e;

    --color-secondary: #e3baab;
    --color-secondary-rgb: 227,186,171;
    --color-secondary-hover: #d69b85;
    --color-secondary-hover-rgb: 214,155,133;
    --color-secondary-dark: #d69b85;
    --color-secondary-light: #f0d9d1;
    --color-secondary-text: #1a0d80;
    --color-secondary-on-white: #e3baab;
    --color-secondary-on-black: #e3baab;

    --color-secondary-alert-background: #ebdbd9;
    --color-secondary-alert-border: #e8d0c9;
    --color-secondary-alert-text: #26140d;

    --color-light: #e8e6f4;
    --color-light-rgb: 232,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c6c2e5;
    --color-light-hover: #c6c2e5;
    --color-light-hover-rgb: 198,194,229;
    --color-light-dark: #c6c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e8e6f4;
    --color-light-on-black: #e8e6f4;
    --color-light-border: #1a0d80;

    --color-light-alert-background: #ededf6;
    --color-light-alert-border: #ebeaf5;
    --color-light-alert-text: #120f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(227, 186, 171, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sodraporten.wondr.se/branding/checkboxImage?h=1714995089_c41f120f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1a0d80;
    --bs-primary-rgb: 26,13,128;
    --bs-primary-bg-subtle: #2312ae;
    --bs-primary-border-subtle: #2312ae;
    --bs-primary-text-emphasis: #110852;

    /* secondary */
    --bs-secondary: #e3baab;
    --bs-secondary-rgb: 227,186,171;
    --bs-secondary-bg-subtle: #f0d9d1;
    --bs-secondary-border-subtle: #f0d9d1;
    --bs-secondary-text-emphasis: #d69b85;

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

    --stroke-linecap: round;
    
}   


