@font-face {
    font-family: "font_li";
    src: url("DB-Heavent-Li.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font_def";
    src: url("DB-Heavent.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font_bold";
    src: url("DB-Heavent-Bd.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.font_li {
    font-family: "font_li";
    font-weight: 600;
}

.font_def {
    font-family: "font_def";
}

.font_bold {
    font-family: "font_def";
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (max-width: 992px) {
    .font_bold {
        letter-spacing: normal !important;
        font-weight: 600 !important;
    }
}
