@font-face {
    font-family: 'GT Walsheim Pro';
    src: 
        local('GT Walsheim Pro Condensed Regular'), 
        local('GT-Walsheim-Pro-Condensed-Regular'),
        url('GTWalsheimPro-CondensedRegular.woff2') format('woff2'),
        url('GTWalsheimPro-CondensedRegular.woff') format('woff'),
        url('GTWalsheimPro-CondensedRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

@font-face {
    font-family: 'BaroqueTextJFRegular';
    src:
        local
        url('baroquetextjf_regular.woff2') format('woff2'),
        url('baroquetextjf_regular.woff') format('woff'),
        url('BaroqueTextJFRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}