/* Neue Montreal — the single typeface for the CompreVie site.
   Loaded AFTER colors_and_type.css so these :root overrides win.
   Using the licensed Pangram Pangram font files supplied by the client. */

@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/NeueMontreal-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/NeueMontreal-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/NeueMontreal-Italic.otf') format('opentype');
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('fonts/NeueMontreal-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('fonts/NeueMontreal-Bold.otf') format('opentype');
}

/* Form controls don't inherit font-family by default — force them to */
button, input, select, textarea {
  font-family: 'Neue Montreal', 'Helvetica Neue', Arial, system-ui, sans-serif;
}

/* Use Neue Montreal everywhere — overrides every design-system font token */
:root {
  --font-sans:      'Neue Montreal', 'Helvetica Neue', Arial, system-ui, sans-serif;
  --font-mono:      'Neue Montreal', 'Helvetica Neue', Arial, system-ui, sans-serif;
  --font-editorial: 'Neue Montreal', 'Helvetica Neue', Arial, system-ui, sans-serif;
  --font-script:    'Neue Montreal', 'Helvetica Neue', Arial, system-ui, sans-serif;
}
