/* Cingilek Precision — AI landing palette
   Black + red operator palette inherited from the .com brand. */

:root {
  --bg: #fafaf9;
  --surface: #ffffff;
  --surface-2: #f3f3f1;
  --ink: #0c0c0c;
  --muted: #5a5a58;
  --border: #d8d6d2;
  --accent: #c8102e;
  --accent-fg: #ffffff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a0a0a;
    --surface: #131312;
    --surface-2: #1a1a18;
    --ink: #f5f4f0;
    --muted: #a0a09a;
    --border: #2a2a28;
    --accent: #e5183a;
    --accent-fg: #ffffff;
  }
}
