/* Пользовательские шрифты */

/* Betmo Cyr шрифт */
@font-face {
    font-family: 'Betmo Cyr';
    src: url('./betmo-regular-cyr.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Пример подключения пользовательского шрифта */
@font-face {
    font-family: 'Custom Font 1';
    src: url('./custom-font-1.woff2') format('woff2'),
         url('./custom-font-1.woff') format('woff'),
         url('./custom-font-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Custom Font 2';
    src: url('./custom-font-2.woff2') format('woff2'),
         url('./custom-font-2.woff') format('woff'),
         url('./custom-font-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Добавьте здесь свои шрифты по аналогии */
