/* Alegreya Sans SC Black */
@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('AlegreyaSansSC-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Bebas Neue Regular (with Cyrillic support) */
@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
         url('BebasNeue-Regular.woff') format('woff'),
         url('BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Russo One Regular */
@font-face {
    font-family: 'Russo One';
    src: url('russo-one.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Regular 400 */
@font-face {
    font-family: 'Roboto';
    src: url('roboto-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Medium 500 */
@font-face {
    font-family: 'Roboto';
    src: url('roboto-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto Bold 700 */
@font-face {
    font-family: 'Roboto';
    src: url('roboto-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
