
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5459;
    --color-tinted-white: #f8ebf2;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #ed0cbc;
    --color-primary-rgb: 237,12,188;
    --color-primary-hover: #bc0995;
    --color-primary-hover-rgb: 188,9,149;    
    --color-primary-dark: #bc0995;
    --color-primary-light: #f437cb;
    --color-primary-text: #f8ebf5;
    --color-primary-on-white: #ed0cbc;
    --color-primary-on-black: #ed0cbc;

    --color-primary-alert-background: #ee95df;
    --color-primary-alert-border: #ee67d3;
    --color-primary-alert-text: #300226;

    --color-secondary: #242223;
    --color-secondary-rgb: 36,34,35;
    --color-secondary-hover: #3e3a3c;
    --color-secondary-hover-rgb: 62,58,60;
    --color-secondary-dark: #090909;
    --color-secondary-light: #3e3a3c;
    --color-secondary-text: #f8ebf2;
    --color-secondary-on-white: #242223;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9e9ea2;
    --color-secondary-alert-border: #757477;
    --color-secondary-alert-text: #1a1819;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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=1755781120_5e38efc5');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5459;
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #242223;
    --bs-secondary-rgb: 36,34,35;
    --bs-secondary-bg-subtle: #3e3a3c;
    --bs-secondary-border-subtle: #3e3a3c;
    --bs-secondary-text-emphasis: #090909;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


