:root {
  --gc-ink: #020806;
  --gc-bg: #04100d;
  --gc-bg-deep: #020908;
  --gc-panel: #071612;
  --gc-panel-2: #0a1c18;
  --gc-panel-3: #0d2420;
  --gc-line: rgba(176, 207, 191, 0.22);
  --gc-line-strong: rgba(176, 207, 191, 0.42);
  --gc-text: #f4f8f5;
  --gc-muted: #a9bab1;
  --gc-muted-2: #778b81;
  --gc-green: #8ae83f;
  --gc-green-2: #5fbd26;
  --gc-cyan: #55d7ee;
  --gc-gold: #f2b72d;
  --gc-amethyst: #b960f3;
  --gc-redstone: #e24e42;
  --gc-white: #ffffff;
  --gc-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gc-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gc-pixel: "Minecraft", "Arial Black", sans-serif;
  --gc-max: 1280px;
  --gc-wide: 1100px;
  --gc-reading: 760px;
  --gc-header-h: 76px;
  --gc-r-sm: 8px;
  --gc-r: 12px;
  --gc-r-lg: 18px;
  --gc-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  --gc-shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.22);
  --gc-ease: cubic-bezier(.2, .8, .2, 1);
}
