/* ============================================================
   MN Soluções — Webfonts
   Roboto is the brand workhorse (substitution flagged: no font
   file shipped in the brand assets — Roboto chosen per brief).
   Roboto Mono for codes / técnico data (ART nº, NRs, etc).
   Served from Google Fonts static CDN.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Roboto+Mono:wght@400;500&display=swap');

:root {
  --font-sans: 'Roboto', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-mono: 'Roboto Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
}
