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

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

