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

:root {
    --general-font-family: default;
    --header-font-family: Atkinson Hyperlegible;

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

    --color-facility: #f04e98;
    --color-tinted-gray: #5e5559;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #000000;

    --color-primary: #f04e98;
    --color-primary-rgb: 240,78,152;
    --color-primary-hover: #ec1f7d;
    --color-primary-hover-rgb: 236,31,125;    
    --color-primary-dark: #ec1f7d;
    --color-primary-light: #f47db3;
    --color-primary-text: #000000;
    --color-primary-on-white: #f04e98;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #f0b0d1;
    --color-primary-alert-border: #f08fbe;
    --color-primary-alert-text: #2f0418;

    --color-secondary: #f04e98;
    --color-secondary-rgb: 240,78,152;
    --color-secondary-hover: #ec1f7d;
    --color-secondary-hover-rgb: 236,31,125;
    --color-secondary-dark: #ec1f7d;
    --color-secondary-light: #f47db3;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f04e98;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #f0b0d1;
    --color-secondary-alert-border: #f08fbe;
    --color-secondary-alert-text: #2f0418;

    --color-light: #f4e6ed;
    --color-light-rgb: 247,240,243;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2d2;
    --color-light-hover: #e5c2d2;
    --color-light-hover-rgb: 229,194,210;
    --color-light-dark: #e5c2d2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ed;
    --color-light-on-black: #f4e6ed;
    --color-light-border: #f04e98;

    --color-light-alert-background: #f2edf3;
    --color-light-alert-border: #f2eaf1;
    --color-light-alert-text: #240f19;

    --color-background: #f7f0f3;
    --background-overlay-color: rgba(240, 78, 152, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://rosaskrot.wondr.se/branding/checkboxImage?h=1759228508_7730626b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #f04e98;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f04e98;
    --bs-primary-rgb: 240,78,152;
    --bs-primary-bg-subtle: #f47db3;
    --bs-primary-border-subtle: #f47db3;
    --bs-primary-text-emphasis: #ec1f7d;

    /* secondary */
    --bs-secondary: #f04e98;
    --bs-secondary-rgb: 240,78,152;
    --bs-secondary-bg-subtle: #f47db3;
    --bs-secondary-border-subtle: #f47db3;
    --bs-secondary-text-emphasis: #ec1f7d;

    --fa-style-family: var(--fa-style-family-duotone);
    --fa-style: 900;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


