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

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

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

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

