@font-face {
  font-family: 'TT Hoves';
  src: url('./TT Hoves Pro Trial Regular.woff2') format('woff2'),
       url('./TT Hoves Pro Trial Regular.woff') format('woff'),
       url('./TT Hoves Pro Trial Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('./TT Hoves Pro Trial Medium.woff2') format('woff2'),
       url('./TT Hoves Pro Trial Medium.woff') format('woff'),
       url('./TT Hoves Pro Trial Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('./TT Hoves Pro Trial Bold.woff2') format('woff2'),
       url('./TT Hoves Pro Trial Bold.woff') format('woff'),
       url('./TT Hoves Pro Trial Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('./TT Hoves Pro Trial Black.woff2') format('woff2'),
       url('./TT Hoves Pro Trial Black.woff') format('woff'),
       url('./TT Hoves Pro Trial Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}