/* Локальне підключення шрифтів Outfit для уникнення завантаження з Google Fonts */
/* Це перевизначає підключення з батьківської теми mediz */

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit/Outfit-Thin.woff2') format('woff2'),
         url('fonts/Outfit/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit/Outfit-ExtraLight.woff2') format('woff2'),
         url('fonts/Outfit/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit/Outfit-Light.woff2') format('woff2'),
         url('fonts/Outfit/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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