/*
 * Skift rebrand webfonts — Barlow (sans) + Gelasio (serif).
 * Files mirrored from the skift-pangea theme on skift.com. The brand kit only
 * ships Gelasio SemiBold, so Regular (400) comes from the upstream Google Fonts
 * release of the same family - headings run at 400 here, not 600.
 */

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

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Barlow-Italic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Barlow-MediumItalic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Barlow-SemiBoldItalic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/Barlow-BoldItalic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Gelasio';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Gelasio-Italic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Gelasio';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Gelasio-SemiBoldItalic.woff2') format('woff2');
}
