@font-face {
    font-family: "Telegraf";
    src: local("Telegraf UltraBold"), local("Telegraf-UltraBold"),
        url("../fonts/Telegraf/Telegraf-UltraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body h1 {
    font-family: "Telegraf", sans-serif;;
    font-size: 84px;
    line-height: 95%;
    letter-spacing: -0.02em;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    body h1 {
        font-size: 42px;
        line-height: 44px;
    }
}
@media screen and (max-width: 414px) {
    body h1 {
        font-size: 37px;
        line-height: 42px;
    }
}