/* H1 */
.typo-h1 {
    font-size: 54px;
    font-weight: 400;
}
/* H2 */
.typo-h2 {
    font-size: 24px;
    font-weight: 400;
}
/* H3 */
.typo-h3 {
    font-size: 22px;
    font-weight: 400;
}
/* Subheader */
.typo-sh {
    font-size: 14px;
    font-weight: 600;
}
/* Title 1 */
.typo-t1 {
    font-size: 12px;
    font-weight: 600;
}
/* Body 1 */
.typo-b1 {
    font-size: 12px;
    font-weight: 400;
}
/* Body 2 */
.typo-b2 {
    font-size: 11px;
    font-weight: 400;
}
/* Body 3 */
.typo-b3 {
    font-size: 10px;
    font-weight: 400;
}
/* Dropdown */
.typo-dropdown {
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 16px */
}