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

@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: local('TT Hoves Pro Trial Bold'), local('TTHovesProTrial-Bd'),
        url('TTHovesProTrial-Bd.woff2') format('woff2'),
        url('TTHovesProTrial-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

