.typography{
    font-size: 16px;
    font-family: lato, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

strong{
    font-weight: bold;
}

h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    font-family: lato, sans-serif;
}

h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    font-family: lato, sans-serif;
}

h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    font-family: lato, sans-serif;
}

.typography p{
    margin-bottom: 10px;
}

.typography img{
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
}

.typography a{
    color: #E95D0F;
    font-weight: bold;
    text-decoration: none;
}

.typography a:hover{
    text-decoration: underline;
}

.typography ul{
    padding-left: 20px;
    list-style: square;
}