/* Meza brand fonts — TT Hoves (headings) + Manrope (body) */
@font-face {
  font-family: 'TT Hoves';
  src: url('/fonts/TTHoves-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'TT Hoves';
  src: url('/fonts/TTHoves-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'TT Hoves';
  src: url('/fonts/TTHoves-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'TT Hoves';
  src: url('/fonts/TTHoves-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --font-heading: 'TT Hoves', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Manrope', ui-sans-serif, system-ui, sans-serif;
}
