/* Rtech webfonts. Manrope (display + UI) and IBM Plex Sans (body copy).
   Loaded from Google Fonts CDN with variable-weight files for the range 400–800. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");

/* System-font metric shims to avoid CLS while Manrope/Plex load. */
@font-face{
  font-family:"Manrope Fallback";
  src:local("Arial");
  size-adjust:100%;
  ascent-override:100%;
  descent-override:26%;
  line-gap-override:0%;
}
@font-face{
  font-family:"IBM Plex Sans Fallback";
  src:local("Arial");
  size-adjust:103%;
  ascent-override:96%;
  descent-override:25%;
  line-gap-override:0%;
}
