@font-face {
    font-family: 'Filson Pro Book';
    src: url('FilsonPro-Book.woff2') format('woff2'),
        url('FilsonPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Regular';
    src: url('FilsonPro-Regular.woff2') format('woff2'),
        url('FilsonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Black';
    src: url('FilsonPro-Black.woff2') format('woff2'),
        url('FilsonPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Thin';
    src: url('FilsonPro-Thin.woff2') format('woff2'),
        url('FilsonPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Light';
    src: url('FilsonPro-Light.woff2') format('woff2'),
        url('FilsonPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Heavy';
    src: url('FilsonPro-Heavy.woff2') format('woff2'),
        url('FilsonPro-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Bold';
    src: url('FilsonPro-Bold.woff2') format('woff2'),
        url('FilsonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Medium';
    src: url('FilsonPro-Medium.woff2') format('woff2'),
        url('FilsonPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Regular Italic';
    src: url('FilsonPro-RegularItalic.woff2') format('woff2'),
        url('FilsonPro-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}