/**
 * Optimal Nexus Design Tokens
 *
 * Brand variables shared across theme and plugin CSS.
 * These tokens define the core design system.
 */

:root {
  /* Brand Colors */
  --onx-accent: #E50914;
  --onx-text: #FFFFFF;
  --onx-muted: #BDBDBD;
  --onx-line: #1A1A1A;
  --onx-bg: #000000;

  /* Layout */
  --onx-radius: 12px;
  --onx-spacing: 24px;
  --onx-max: 1200px;
}
