@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif !important;
}

a, a:hover, a:focus {
   /* text-decoration: none !important;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
}

.container-header .site-description {
    color: #000000;
    white-space: normal;
    font-size: 1rem;
}