/* @font-face {
    font-family: 'Ben';
    src: local('BenRegular'), local('Ben'),
        url('Ben.woff') format('woff'),
        url('Ben.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

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

@font-face {
    font-family: 'Goudy Old Style';
    src: local('Goudy Old Style'), local('GoudyOldStyleT-Regular'),
        url('GoudyOldStyleT-Regular.woff') format('woff'),
        url('GoudyOldStyleT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

