body {
    font-family: "Montserrat", sans-serif;
}

.montserrat-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h1, h2, h3, h4 {
    font-weight: bold;
    color: black;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

ul, ol {
    padding-left: 1em;
}

ul {

    list-style: inside;
}

ol {
    list-style: upper-latisn;
}

li {
    margin-top: 0.5em;
}

ul li::marker {
    font-size: 0.75em;
}

a {
    color: #d25d5d;
}

img {
    max-width: 100%;
    height: auto;
}