/* FlashFrame design tokens — colors, spacing, radius.
   Every other stylesheet reads these instead of hardcoding values. */

:root {
  --black: #0a0a0a;
  --deep: #111116;
  --card: #16161e;
  --border: #2a2a38;

  --accent: #ff3c5f;
  --accent-hover: #ff5674;
  --gold: #e8b84b;
  --blue: #3c8fff;
  --purple: #9b5cf5;
  --green: #3ddc84;

  --text: #e8e8f0;
  --muted: #8b8ba3;

  --radius: 8px;
}
