
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--body-background);
    max-width: 100vw;
    /* overflow-x: hidden; */
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: var(--text-color);
    line-height: 1.4;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: var(--text-color);
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1rem;
}

p:empty::before {
    content: none !important;
}

p:empty {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    margin: 25px 0 10px;
    font-style: normal;
    display: block;
}

.home_content h1,
.home_content h2,
.home_content h3,
.home_content h4,
.home_content h5,
.home_content h6 {
    display: inline-block;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1 {
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    h1,
    .h1 {
        font-size: 1.7rem;
    }
}


h2,
.h2 {
    font-size: 1.8rem;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 1.6rem;
    font-weight: 550;
}

h4,
.h4 {
    font-size: 1.4rem;
    font-weight: 450;
}

h5,
.h5 {
    font-size: 1.2rem;
    font-weight: 400;
}

table td {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: var(--text-color);
    line-height: 1.4;
}

table th {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 1.4;
}