/* 7Pillar Software — webfonts.
   Corporate Font: MANROPE (chosen 07.09.2026) — semi-geometric sans covering both
   the brand/display voice and UI text in one family; 8 weights, tabular figures,
   full Latin-Extended for German. IBM Plex Mono carries technical/code text.
   SUBSTITUTION NOTE: no licensed font binaries were supplied with the brand assets;
   Manrope and IBM Plex Mono are served from Google Fonts (SIL OFL).
   Replace with licensed originals when available — only this file changes. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
  --font-display: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --font-brand: var(--font-display);
}
