@font-face {
    font-family: 'Barlow Condensed';
    src: local('Barlow Condensed Light'), local('BarlowCondensed-Light'),
        url('/fonts/BarlowCondensed-Light.woff2') format('woff2'),
        url('/fonts/BarlowCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'),
        url('/fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('/fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HWT Artz';
    src: local('HWT Artz'), local('HWTArtz'),
        url('/fonts/HWTArtz.woff2') format('woff2'),
        url('/fonts/HWTArtz.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

