/* Шрифт Outfit — локальная загрузка
   Скачайте woff2 файлы с https://fonts.google.com/specimen/Outfit
   и поместите в /public_html/fonts/
   Если файлы отсутствуют — используется системный шрифт */

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Outfit Regular'), local('Outfit-Regular'),
         url('/fonts/outfit-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Outfit Medium'), local('Outfit-Medium'),
         url('/fonts/outfit-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Outfit SemiBold'), local('Outfit-SemiBold'),
         url('/fonts/outfit-semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Outfit Bold'), local('Outfit-Bold'),
         url('/fonts/outfit-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Outfit ExtraBold'), local('Outfit-ExtraBold'),
         url('/fonts/outfit-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Outfit Black'), local('Outfit-Black'),
         url('/fonts/outfit-black.woff2') format('woff2');
}
