* {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
}

h1,
h2,
h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
}

h1 {
    font-size: 1.5em;
    margin-top: 0.67em;
    margin-bottom: 0;
}

h2 {
    font-size: 1.3em;
    margin-top: 0.40em;
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

h2+p,
.h2+p {
    margin-top: 0;
}

*+p {
    margin-top: 0;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px;
}