
@import url('https://fonts.googleapis.com/css?family=Noto Sans:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=DM Serif Text:400');
body { font-family: 'Noto Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'DM Serif Text', sans-serif; }

:root {
    --general-font-family: Noto Sans;
    --header-font-family: DM Serif Text;

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #59545d;
    --color-tinted-white: #f3ebf8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #f45192;
    --color-primary-rgb: 244,81,146;
    --color-primary-hover: #f02173;
    --color-primary-hover-rgb: 240,33,115;    
    --color-primary-dark: #f02173;
    --color-primary-light: #f780b0;
    --color-primary-text: #f8ebf0;
    --color-primary-on-white: #f45192;
    --color-primary-on-black: #f45192;

    --color-primary-alert-background: #f1b1ce;
    --color-primary-alert-border: #f291ba;
    --color-primary-alert-text: #2f0314;

    --color-secondary: #57257b;
    --color-secondary-rgb: 87,37,123;
    --color-secondary-hover: #7230a2;
    --color-secondary-hover-rgb: 114,48,162;
    --color-secondary-dark: #3b1953;
    --color-secondary-light: #7230a2;
    --color-secondary-text: #f3ebf8;
    --color-secondary-on-white: #57257b;
    --color-secondary-on-black: #57257b;

    --color-secondary-alert-background: #b29fc5;
    --color-secondary-alert-border: #9476ac;
    --color-secondary-alert-text: #1b0b27;

    --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: #f0f1f7;
    --background-overlay-color: rgba(87, 37, 123, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://flamingopole.se/branding/checkboxImage?h=1754251323_385c1075');

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

    /* bootstrap 5 fixes */
    --bs-primary: #f45192;
    --bs-primary-rgb: 244,81,146;
    --bs-primary-bg-subtle: #f780b0;
    --bs-primary-border-subtle: #f780b0;
    --bs-primary-text-emphasis: #f02173;

    --bs-secondary: #57257b;
    --bs-secondary-rgb: 87,37,123;
    --bs-secondary-bg-subtle: #7230a2;
    --bs-secondary-border-subtle: #7230a2;
    --bs-secondary-text-emphasis: #3b1953;

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


