
@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: #30e3be;
    --color-primary-rgb: 48,227,190;
    --color-primary-hover: #1bc5a2;
    --color-primary-hover-rgb: 27,197,162;    
    --color-primary-dark: #1bc5a2;
    --color-primary-light: #5de9cc;
    --color-primary-text: #000000;
    --color-primary-on-white: #30e3be;
    --color-primary-on-black: #30e3be;

    --color-primary-alert-background: #a3ebe0;
    --color-primary-alert-border: #7de9d5;
    --color-primary-alert-text: #062d25;

    --color-secondary: #d91278;
    --color-secondary-rgb: 217,18,120;
    --color-secondary-hover: #aa0e5e;
    --color-secondary-hover-rgb: 170,14,94;
    --color-secondary-dark: #aa0e5e;
    --color-secondary-light: #ee3091;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #d91278;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e798c4;
    --color-secondary-alert-border: #e26bab;
    --color-secondary-alert-text: #2f041a;

    --color-light: #e6f4f1;
    --color-light-rgb: 230,244,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5de;
    --color-light-hover: #c2e5de;
    --color-light-hover-rgb: 194,229,222;
    --color-light-dark: #c2e5de;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f1;
    --color-light-on-black: #e6f4f1;
    --color-light-border: #30e3be;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(48, 227, 190, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://motus-skarnes.wondr.cc/branding/checkboxImage?h=1707399238_755b9cde');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #30e3be;
    --bs-primary-rgb: 48,227,190;
    --bs-primary-bg-subtle: #5de9cc;
    --bs-primary-border-subtle: #5de9cc;
    --bs-primary-text-emphasis: #1bc5a2;

    /* secondary */
    --bs-secondary: #d91278;
    --bs-secondary-rgb: 217,18,120;
    --bs-secondary-bg-subtle: #ee3091;
    --bs-secondary-border-subtle: #ee3091;
    --bs-secondary-text-emphasis: #aa0e5e;

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

    --stroke-linecap: round;
    
}   


