/**
 * Подключение локальных шрифтов.
 */
@font-face {
    font-family: 'ProximaNovaWebRegular';
    src: url('Proxima-Nova_Regular.woff2') format('woff2'),
        url('Proxima-Nova_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaWebBold';
    src: url('Proxima-Nova_Bold.woff2') format('woff2'),
        url('Proxima-Nova_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaWebLight';
    src: url('Proxima-Nova_Light.woff2') format('woff2'),
        url('Proxima-Nova_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi Expanded';
    src: url('RF-Dewi-Expanded-Bold.eot') format('eot'),
        url('RF-Dewi-Expanded-Bold.woff2') format('woff2'),
        url('RF-Dewi-Expanded-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}