/* Design tokens — כל קומפוננטה מושכת מכאן, לא מ-hardcoded hex */
:root {
  --color-primary: #f7ec0c;
  --color-primary-dark: #c8bc00;
  --color-primary-text: #111111;  /* טקסט על רקע primary */
  --color-bg: #1A1A1A;
  --color-surface: #2A2A2A;
  --color-text: #FFFFFF;
  --color-text-muted: #888888;

  --font-main: 'Inter', 'Arial', sans-serif;
  --brand-radius: 12px;
  --brand-radius-sm: 6px;

  --widget-z-index: 9999;
}
