/* Webfonts — Google Fonts substitution (no brand font files were provided).
   Poppins = display/headings; IBM Plex Sans = body/UI; IBM Plex Mono = code/data.
   FLAG: replace with the brand's licensed font files if available. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --font-display: 'Poppins', system-ui, sans-serif;
  --font-body: 'IBM Plex Sans', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
}
