/*
Theme Name: CZC Chamber OS Theme
Theme URI: https://account.czitczat.com
Author: CZITCZAT
Description: Plum Signal Console WordPress theme skin for account.czitczat.com Chamber OS.
Version: 0.1.0
Text Domain: czc-chamber-os-theme
*/

:root {
  --cz-black: #08030D;
  --cz-plum: #180824;
  --cz-panel: #241034;
  --cz-magenta: #C53BFF;
  --cz-blue: #45C7FF;
  --cz-silver: #D7E6F5;
  --cz-lavender: #A996C9;
  --cz-green: #6BFFB8;
  --cz-line: rgba(215,230,245,.22);
}
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--cz-black); color: var(--cz-silver); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--cz-blue); }
.site-main { min-height: 100vh; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }