/* Match the width of Bebas while its Cyrillic font is loading. */
@font-face {
    font-family: "Blog Title Fallback";
    src: local("Arial"), local("Liberation Sans");
    size-adjust: 76.78%;
    font-style: normal;
    font-weight: 400;
}

.blog__head > .title-head {
    font-family: "Bebas", "Blog Title Fallback", sans-serif;
}
