html {
    scroll-behavior: smooth;
}

body {
    font-family: "inter", sans-serif;
    color: black;
    font-weight: 400;
    overflow-x: hidden;
    background-color: white;
	font-size: 1rem;
}

section{
    display: flex;
    width: 100%;
    justify-content: center;
}

article ul{
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.125rem;
}

main {
    background-color: white;
}

h1, h2, h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word; 
    word-break: break-word; 
}


/* colors */
:root{
    --accentColor: #00A6E2;
    --shadeColor: #ECECEC;
}

@media (max-width: 630px) {
   .asw-widget {
     display: none;
   }
}