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

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5558;
    --color-tinted-white: #f9ecf0;
    --color-facility-text: #ffffff;

    --color-primary: #e53870;
    --color-primary-rgb: 229,56,112;
    --color-primary-hover: #cf1b55;
    --color-primary-hover-rgb: 207,27,85;    
    --color-primary-dark: #cf1b55;
    --color-primary-light: #eb6590;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #e53870;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #eca7c1;
    --color-primary-alert-border: #e982a6;
    --color-primary-alert-text: #2d0613;

    --color-secondary: #ec2d6a;
    --color-secondary-rgb: 236,45,106;
    --color-secondary-hover: #d31350;
    --color-secondary-hover-rgb: 211,19,80;
    --color-secondary-dark: #d31350;
    --color-secondary-light: #f05c8b;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ec2d6a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #eea3bf;
    --color-secondary-alert-border: #ee7ba2;
    --color-secondary-alert-text: #2f0412;

    --color-light: #f4e6eb;
    --color-light-rgb: 244,230,235;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2ce;
    --color-light-hover: #e5c2ce;
    --color-light-hover-rgb: 229,194,206;
    --color-light-dark: #e5c2ce;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6eb;
    --color-light-on-black: #f4e6eb;
    --color-light-border: #e53870;

    --color-light-alert-background: #f2edf2;
    --color-light-alert-border: #f2eaf0;
    --color-light-alert-text: #240f16;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(236, 45, 106, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://asakroppsfysik.wondr.se/branding/checkboxImage?h=1760614100_e9c5a906');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e53870;
    --bs-primary-rgb: 229,56,112;
    --bs-primary-bg-subtle: #eb6590;
    --bs-primary-border-subtle: #eb6590;
    --bs-primary-text-emphasis: #cf1b55;

    /* secondary */
    --bs-secondary: #ec2d6a;
    --bs-secondary-rgb: 236,45,106;
    --bs-secondary-bg-subtle: #f05c8b;
    --bs-secondary-border-subtle: #f05c8b;
    --bs-secondary-text-emphasis: #d31350;

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

    --stroke-linecap: round;
    
}   


