/* hostingthing.com: send the files, we put them online. The kit (kit.css)
   is the whole look; the page sets its teal accent and names the prompt. */

:root {
  --bg: #0c0f11;
  --surface: #12171a;
  --surface-up: #181e22;
  --ink: #e9eef0;
  --muted: #9ca8ae;
  --dim: #808d94;
  --accent: #46d8b4;
  --accent-bright: #6ae3c6;
  --accent-deep: #22a888;
  --accent-ink: #032019;
  --me: "~/hostingthing ";
}
