html, body{
    height: 100%;
}

@font-face {
    font-family: AimoSans;
    src: url("AimoSans-Regular.cdb731a9.woff2") format("woff");
}

@font-face {
    font-family: AimoSansBold;
    src: url("AimoSans-Bold.cf3bbac8.woff2") format("woff2");
}

body{
    margin: 0;
    font-family: AimoSans, serif;
    line-height: 140%;
    letter-spacing: -0.2px;
    font-weight: 500;
}

.font-bold, strong{
    font-family: AimoSansBold, serif;
}


h1{
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -1.84px;
}

h2{
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
}

h3{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.content-wrapper{
    padding: 20px;
    margin: auto;
    text-align: left;
}

#content > .content-wrapper > h2,
#content > .content-wrapper > h3{
    font-family: AimoSansBold, serif;
}

#content > .content-wrapper > h3{
    margin-top: 40px;
}

@media screen and (min-width: 1024px) {
    .content-wrapper{
        max-width: 733px;
    }
}
@media screen and (min-width: 1920px){
    .content-wrapper{
        max-width: 950px;
    }
}
