
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body { font-family: 'Montserrat', sans-serif; }

:root {
    --general-font-family: Montserrat;
    --header-font-family: default;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf7f9;
    --color-facility-text: #000000;

    --color-primary: #e595d9;
    --color-primary-rgb: 229,149,217;
    --color-primary-hover: #db6cca;
    --color-primary-hover-rgb: 219,108,202;    
    --color-primary-dark: #db6cca;
    --color-primary-light: #efbee8;
    --color-primary-text: #000000;
    --color-primary-on-white: #e595d9;
    --color-primary-on-black: #e595d9;

    --color-primary-alert-background: #eccceb;
    --color-primary-alert-border: #e9bae5;
    --color-primary-alert-text: #290a24;

    --color-secondary: #62d0e3;
    --color-secondary-rgb: 98,208,227;
    --color-secondary-hover: #37c3db;
    --color-secondary-hover-rgb: 55,195,219;
    --color-secondary-dark: #37c3db;
    --color-secondary-light: #8dddeb;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #62d0e3;
    --color-secondary-on-black: #62d0e3;

    --color-secondary-alert-background: #b7e4ef;
    --color-secondary-alert-border: #9bddeb;
    --color-secondary-alert-text: #08262b;

    --color-light: #f4e6f2;
    --color-light-rgb: 244,230,242;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2e0;
    --color-light-hover: #e5c2e0;
    --color-light-hover-rgb: 229,194,224;
    --color-light-dark: #e5c2e0;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f2;
    --color-light-on-black: #f4e6f2;
    --color-light-border: #e595d9;

    --color-light-alert-background: #f2edf5;
    --color-light-alert-border: #f2eaf4;
    --color-light-alert-text: #240f21;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(98, 208, 227, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tiqqe.wondr.se/branding/checkboxImage?h=1744288965_deaa9cb0');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e595d9;
    --bs-primary-rgb: 229,149,217;
    --bs-primary-bg-subtle: #efbee8;
    --bs-primary-border-subtle: #efbee8;
    --bs-primary-text-emphasis: #db6cca;

    /* secondary */
    --bs-secondary: #62d0e3;
    --bs-secondary-rgb: 98,208,227;
    --bs-secondary-bg-subtle: #8dddeb;
    --bs-secondary-border-subtle: #8dddeb;
    --bs-secondary-text-emphasis: #37c3db;

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

    --stroke-linecap: round;
    
}   


