@font-face {
    font-family: Telegraf;
    src: url("../fonts/PPTelegraf-Medium.otf") format("opentype");
}
@font-face {
    font-family: Telegraf;
    font-weight: bold;
    src: url("../fonts/PPTelegraf-Semibold.otf") format("opentype");
}

.text-xs {
    font-size: 10px;
}
.text-s {
    font-size: 14px;
}
.text-m, p {
    font-size: 16px;
}

.single h6, .h6 {
    font-size: 20px;
}
.single h5, .h5 {
    font-size: 24px;
}
.single h4, .h4 {
    font-size: 30px;
}
.single h3, .h3 {
    font-size: 38px;
}
.single h2, .h2 {
    font-size: 48px;
}
.single h1, .h1 {
    font-size: 80px;
}

@media screen and (max-width: 768px) {
    .single h5, .h5 {
        font-size: 22px;
    }
    .single h4, .h4 {
        font-size: 26px;
    }
    .single h3, .h3 {
        font-size: 32px;
    }
    .single h2, .h2 {
        font-size: 38px;
    }
    .single h1, .h1 {
        font-size: 48px;
    }
}