@font-face {
    font-family: "Noto Sans";
    url("fonts/NotoSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    line-height: 1;
}

h1 {
    font-size: 180.0%;
    margin-bottom: 30px;
    color: #13491e;
}

h2 {
    font-size: 137.5%;
}

h3 {
    font-size: 125.0%;
}

p {
    font-size: 100%;
    margin-bottom: 10px;
}

.headline {
    text-transform: uppercase;
}

.subheadline {
    display: block;
    font-size: 70%;
    margin-top: 10px;
}