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

:root {
    --general-font-family: Lato;
    --header-font-family: Sintony;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #59555e;
    --color-tinted-white: #f2ecf9;
    --color-facility-text: #000000;

    --color-primary: #c76fcf;
    --color-primary-rgb: 199,111,207;
    --color-primary-hover: #b849c2;
    --color-primary-hover-rgb: 184,73,194;    
    --color-primary-dark: #b849c2;
    --color-primary-light: #d695dc;
    --color-primary-text: #000000;
    --color-primary-on-white: #c76fcf;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #e0bde7;
    --color-primary-alert-border: #d7a3df;
    --color-primary-alert-text: #240d26;

    --color-secondary: #9966cc;
    --color-secondary-rgb: 153,102,204;
    --color-secondary-hover: #8040bf;
    --color-secondary-hover-rgb: 128,64,191;
    --color-secondary-dark: #8040bf;
    --color-secondary-light: #b38cd9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #9966cc;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #cdb9e6;
    --color-secondary-alert-border: #bc9edd;
    --color-secondary-alert-text: #1a0d26;

    --color-light: #f3e6f4;
    --color-light-rgb: 243,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e2c2e5;
    --color-light-hover: #e2c2e5;
    --color-light-hover-rgb: 226,194,229;
    --color-light-dark: #e2c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f3e6f4;
    --color-light-on-black: #f3e6f4;
    --color-light-border: #c76fcf;

    --color-light-alert-background: #f1edf6;
    --color-light-alert-border: #f2eaf5;
    --color-light-alert-text: #220f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(153, 102, 204, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://serenityspinstudio.wondr.se/branding/checkboxImage?h=1745525420_51468ee9');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c76fcf;
    --bs-primary-rgb: 199,111,207;
    --bs-primary-bg-subtle: #d695dc;
    --bs-primary-border-subtle: #d695dc;
    --bs-primary-text-emphasis: #b849c2;

    /* secondary */
    --bs-secondary: #9966cc;
    --bs-secondary-rgb: 153,102,204;
    --bs-secondary-bg-subtle: #b38cd9;
    --bs-secondary-border-subtle: #b38cd9;
    --bs-secondary-text-emphasis: #8040bf;

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

    --stroke-linecap: round;
    
}   


