/* ATIYO brand tokens — single source (PRD Brand section). */
:root {
  --bg: #ffffff;
  --primary: #6d4cff;
  --text: #111111;
  --text-secondary: #6b7280;
  --border: #ececec;
  --radius: 16px;
  --shadow-soft: 0 4px 24px rgba(17, 17, 17, 0.06);
  --font-stack: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI",
    sans-serif;
}
