/* Фирменный шрифт METRO. Файл подключается автоматически,
   как только woff2 появятся в /assets/fonts/ — правки в разметке не нужны. */
@font-face {
    font-family: 'CA Metro New';
    src: url('../fonts/ca-metro-new-regular.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'CA Metro New';
    src: url('../fonts/ca-metro-new-bold.woff2') format('woff2');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'CA Metro New';
    src: url('../fonts/ca-metro-new-extrabold.woff2') format('woff2');
    font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'CA Metro New';
    src: url('../fonts/ca-metro-new-black.woff2') format('woff2');
    font-weight: 900; font-style: normal; font-display: swap;
}



/* Bebas Neue Pro — только цифры счётчика городов, так в макете. */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/bebas-neue-pro-regular.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
}
