/* Montserrat — headings, brand, banners (geometric, versatile) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  src: url('/fonts/Montserrat[wght].ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  src: url('/fonts/Montserrat-Italic[wght].ttf') format('truetype');
}

/* Inter — UI, body, prices, filters (designed for screen legibility) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url('/fonts/Inter[opsz,wght].ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  src: url('/fonts/Inter-Italic[opsz,wght].ttf') format('truetype');
}
