/* TYPE */

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 767px) {
    /*html { font-size:87.5%; } */
}

body {
    width: 100%;
    top: 0 !important;

    /*     font-family: adelle-sans, sans-serif;*/
  font-family: "source-sans-3", sans-serif;

       font-variant-numeric: proportional-nums;
       font-weight: 400;
       font-style: normal;
       line-height: 1.5;

       color: var(--black);

       background-color: var(--bg-purple);
       background-color: white;


       -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
       -webkit-tap-highlight-color: transparent;
       -moz-osx-font-smoothing: grayscale;
       -webkit-font-smoothing: antialiased;


       overflow-x: hidden;
       overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;

    transition: transform 0.4s ease;

    --scrollbar-width: calc(100vw - 100%);
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}


/*body.home { background: var(--bg); }*/
/*
body:is([class*="template_news"],.blog,.single-post) { background: var(--light-purple); }

*/

/*
html {
    height: 100%;
    height: -webkit-fill-available;
}

body {
    min-height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

body {
    display: flex;
    flex-direction: column;
}
*/

