
@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: #5e5559;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #000000;

    --color-primary: #ed0cbc;
    --color-primary-rgb: 237,12,188;
    --color-primary-hover: #bc0a95;
    --color-primary-hover-rgb: 188,10,149;    
    --color-primary-dark: #bc0a95;
    --color-primary-light: #f537cc;
    --color-primary-text: #000000;
    --color-primary-on-white: #ed0cbc;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #ef95df;
    --color-primary-alert-border: #ee68d4;
    --color-primary-alert-text: #310227;

    --color-secondary: #242223;
    --color-secondary-rgb: 36,34,35;
    --color-secondary-hover: #3e3b3d;
    --color-secondary-hover-rgb: 62,59,61;
    --color-secondary-dark: #0a090a;
    --color-secondary-light: #3e3b3d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #242223;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9e9ea2;
    --color-secondary-alert-border: #767578;
    --color-secondary-alert-text: #1a191a;

    --color-light: #f4e6f1;
    --color-light-rgb: 244,230,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2dd;
    --color-light-hover: #e5c2dd;
    --color-light-hover-rgb: 229,194,221;
    --color-light-dark: #e5c2dd;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f1;
    --color-light-on-black: #f4e6f1;
    --color-light-border: #ed0cbc;

    --color-light-alert-background: #f2edf5;
    --color-light-alert-border: #f2eaf3;
    --color-light-alert-text: #240f1f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(36, 34, 35, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kraftverkettidaholm.com/branding/checkboxImage?h=1757969781_5e38efc5');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ed0cbc;
    --bs-primary-rgb: 237,12,188;
    --bs-primary-bg-subtle: #f537cc;
    --bs-primary-border-subtle: #f537cc;
    --bs-primary-text-emphasis: #bc0a95;

    /* secondary */
    --bs-secondary: #242223;
    --bs-secondary-rgb: 36,34,35;
    --bs-secondary-bg-subtle: #3e3b3d;
    --bs-secondary-border-subtle: #3e3b3d;
    --bs-secondary-text-emphasis: #0a090a;

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

    --stroke-linecap: round;
    
}   


