/* Подключение кастомных шрифтов */

@font-face {
    font-family: 'mr_HamiltoneG Rus Regular';
    src: url('../fonts/mr_HamiltoneG Rus Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Обновленные CSS переменные с правильным шрифтом */
:root {
    --font-secondary: 'mr_HamiltoneG Rus Regular', serif;
} 