/* ============================================================
   Reparar Soluções Médicas — Webfonts
   Avenir LT Pro → display + body/UI (the brand typeface; matches the logo)
   IBM Plex Mono → equipment codes, eyebrows, technical/numeric labels
   Avenir is self-hosted from assets/fonts/. IBM Plex Mono is served from
   Google Fonts (no mono in the Avenir family). @import must precede @font-face.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../assets/fonts/AvenirLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../assets/fonts/AvenirLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../assets/fonts/AvenirLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../assets/fonts/AvenirLTPro-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../assets/fonts/AvenirLTPro-Black.otf') format('opentype');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
