
@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=Hanken Grotesk: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: 'Hanken Grotesk', sans-serif; }

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

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

    --color-facility: #0f5fd5;
    --color-tinted-gray: #55585e;
    --color-tinted-white: #ecf1f9;
    --color-facility-text: #ffffff;

    --color-primary: #ef4823;
    --color-primary-rgb: 239,72,35;
    --color-primary-hover: #d0320f;
    --color-primary-hover-rgb: 208,50,15;    
    --color-primary-dark: #d0320f;
    --color-primary-light: #f27053;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ef4823;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ef4823;
    
    --color-primary-alert-background: #f0ada2;
    --color-primary-alert-border: #ef8c78;
    --color-primary-alert-text: #300b03;

    --color-secondary: #0f5fd5;
    --color-secondary-rgb: 15,95,213;
    --color-secondary-hover: #0c4aa5;
    --color-secondary-hover-rgb: 12,74,165;
    --color-secondary-dark: #0c4aa5;
    --color-secondary-light: #2778f0;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0f5fd5;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #0f5fd5;

    --color-secondary-alert-background: #96b7e9;
    --color-secondary-alert-border: #6999e3;
    --color-secondary-alert-text: #031530;

    --color-light: #f4e9e6;
    --color-light-rgb: 244,233,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c9c2;
    --color-light-hover: #e5c9c2;
    --color-light-hover-rgb: 229,201,194;
    --color-light-dark: #e5c9c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e9e6;
    --color-light-on-black: #f4e9e6;
    --color-light-border: #ef4823;

    --color-light-alert-background: #f2eef0;
    --color-light-alert-border: #f2eced;
    --color-light-alert-text: #24130f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(15, 95, 213, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://puls.wondr.cc/branding/checkboxImage?h=1761647949_f14065a0');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ef4823;
    --bs-primary-rgb: 239,72,35;
    --bs-primary-bg-subtle: #f27053;
    --bs-primary-border-subtle: #f27053;
    --bs-primary-text-emphasis: #d0320f;

    /* secondary */
    --bs-secondary: #0f5fd5;
    --bs-secondary-rgb: 15,95,213;
    --bs-secondary-bg-subtle: #2778f0;
    --bs-secondary-border-subtle: #2778f0;
    --bs-secondary-text-emphasis: #0c4aa5;

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

    --stroke-linecap: round;
    
}   


