/* Source Sans 3 (бывш. Source Sans Pro). Имя семейства оставлено 'Source Sans Pro'
   для совместимости с существующей вёрсткой. Вариативный шрифт, ось веса 200..900. */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200 900;
    src: url('./SourceSans3VF-Upright.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200 900;
    src: url('./SourceSans3VF-Italic.ttf') format('truetype');
    font-display: swap;
}
