
@import url('https://fonts.googleapis.com/css?family=Poppins: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: 'Poppins', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Poppins', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #56555e;
    --color-tinted-white: #edecf9;
    --color-facility-text: #000000;

    --color-primary: #2f1f5e;
    --color-primary-rgb: 47,31,94;
    --color-primary-hover: #422c84;
    --color-primary-hover-rgb: 66,44,132;    
    --color-primary-dark: #1c1238;
    --color-primary-light: #422c84;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2f1f5e;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a39dba;
    --color-primary-alert-border: #7c739b;
    --color-primary-alert-text: #130d26;

    --color-secondary: #7369cc;
    --color-secondary-rgb: 115,105,204;
    --color-secondary-hover: #4f43bf;
    --color-secondary-hover-rgb: 79,67,191;
    --color-secondary-dark: #4f43bf;
    --color-secondary-light: #978fd9;
    --color-secondary-text: #222038;
    --color-secondary-on-white: #7369cc;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bebbe6;
    --color-secondary-alert-border: #a59fdd;
    --color-secondary-alert-text: #0f0d26;

    --color-light: #eae6f4;
    --color-light-rgb: 234,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cbc2e5;
    --color-light-hover: #cbc2e5;
    --color-light-hover-rgb: 203,194,229;
    --color-light-dark: #cbc2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eae6f4;
    --color-light-on-black: #eae6f4;
    --color-light-border: #2f1f5e;

    --color-light-alert-background: #eeedf6;
    --color-light-alert-border: #eceaf5;
    --color-light-alert-text: #140f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(115, 105, 204, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://traningsverket.wondr.cc/branding/checkboxImage?h=1752082063_91d7d436');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2f1f5e;
    --bs-primary-rgb: 47,31,94;
    --bs-primary-bg-subtle: #422c84;
    --bs-primary-border-subtle: #422c84;
    --bs-primary-text-emphasis: #1c1238;

    /* secondary */
    --bs-secondary: #7369cc;
    --bs-secondary-rgb: 115,105,204;
    --bs-secondary-bg-subtle: #978fd9;
    --bs-secondary-border-subtle: #978fd9;
    --bs-secondary-text-emphasis: #4f43bf;

    --fa-style-family: var(--fa-style-family-duotone);
    --fa-style: 900;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


