@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
         url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
         url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
         url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
         url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
         url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-weight: 800;
    font-size: 32px;
    color: #302E2A;
}
h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
}
h5 {
    font-weight: 900;
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-weight: 800;
    font-size: 10px;
}
p {
    font-weight: 400;
    font-size: 14px; /* 16px */
    line-height: 20px; /* 22px */
    color: #302E2A;

}
strong {
    font-weight: 700;
}
a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #ea4e4e;
}
.display {
    font-weight: 900;
    font-size: 42px;
}
.display-12 {
    font-weight: 900;
    font-size: 12px;
}
.display-18 {
    font-weight: 900;
    font-size: 18px;
}
a.clean {
    text-decoration: none;
    text-align: center;
}
.display-21 {
    font-weight: 900;
    font-size: 21px;
}
.display-36 {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
}
.subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
}
.caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.disclaimer i {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #302E2A;
}