/* test2/public/css/modules/core/variables.css */
:root {
  /* Neo-Brutalist Core Colors */
  --c-slate-900: #0f172a;
  --c-slate-800: #1e293b;
  --c-slate-700: #334155;
  --c-slate-200: #e2e8f0;
  --c-slate-100: #f1f5f9;
  --c-slate-50: #f8fafc;
  
  --c-primary-dark: var(--c-slate-900);
  --c-surface-dark: var(--c-slate-800);
  --c-surface-light: #ffffff;
  
  --c-accent-yellow: #fcd34d;
  --c-accent-yellow-dark: #fbbf24;
  --c-accent-blue: #60a5fa;
  --c-accent-amber: #f59e0b;
  --c-accent-emerald: #10b981;
  --c-accent-emerald-light: #a7f3d0;
  --c-accent-rose: #f43f5e;
  --c-accent-rose-light: #fecdd3;
  
  /* Borders */
  --border-heavy: 3px solid var(--c-slate-900);
  --border-heavy-light: 3px solid var(--c-slate-700);

  /* Shadows (Neo-brutalist solid offsets) */
  --shadow-neo: 6px 6px 0px 0px var(--c-slate-900);
  --shadow-neo-hover: 10px 10px 0px 0px var(--c-slate-900);
  
  --shadow-neo-dark: 6px 6px 0px 0px #000000;
  --shadow-neo-hover-dark: 10px 10px 0px 0px #000000;
  
  --shadow-neo-sm: 4px 4px 0px 0px var(--c-slate-900);
  --shadow-neo-sm-dark: 4px 4px 0px 0px #000000;

  /* Fonts */
  --font-base: 'Nunito', sans-serif;
  --font-display: 'Fredoka', cursive;
}
