@font-face {
    font-family: 'Pragmatica Extended Book';
    src: local('Pragmatica Extended Book'), local('Pragmatica-Extended-Book'),
        url('../fonts/PragmaticaExtended-Book.woff2') format('woff2'),
        url('../fonts/PragmaticaExtended-Book.woff') format('woff'),
        url('../fonts/PragmaticaExtended-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Pragmatica Extended Bold';
    src: url('../fonts/PragmaticaExtended-Bold.woff2') format('woff2'),
        url('../fonts/PragmaticaExtended-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Tenon Light';
    src: local('Tenon Light'), local('Tenon-Light'),
        url('../fonts/Tenon-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenon Medium';
    src: local('Tenon Medium'), local('Tenon-Medium'),
        url('../fonts/Tenon-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}