/* TT Hoves Pro — put the .woff2 files in this folder.
   Medium.woff2 covers 500–700 (headings use 600). */
@font-face {
  font-family: 'TT Hoves Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('TT_Hoves_Pro_Light.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Hoves Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('TT_Hoves_Pro_Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Hoves Pro';
  font-style: normal;
  font-weight: 500 700; /* Medium file serves the whole 500–700 range */
  font-display: swap;
  src: url('TT_Hoves_Pro_Medium.woff2') format('woff2');
}
