@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=JetBrains+Mono:wght@300;400;500&display=swap");

/* ACOM type stack.
   Manrope — geometric-humanist grotesque; matches the logo's constructed geometry
   (flat terminals, circular O, wide stance) while staying readable at UI sizes.
   JetBrains Mono — technical labels, version strings, file paths, spec tables.
   NOTE: the wordmark itself is custom/unknown lettering and is always used as
   artwork (assets/logo-*.png), never re-typed. See readme.md → Typography. */
:root {
  --font-core: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
