/*
Theme Name: Chat V1
Theme URI: https://cybernoid.xyz
Author: Cybernoid
Description: Standalone retro AI chat studio with C64-inspired interface.
Version: 1.0
License: GPLv2 or later
Text Domain: chat-v1
*/

:root {
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "VT323", monospace;
}
