/* ============================================================================
   Brand-thema — ATLAS  (PREVIEW-placeholder)
   ----------------------------------------------------------------------------
   Voorlopige merk-preview om de switcher/het thema-contract te demonstreren.
   Atlas = de ERD-/procesmodelleer-hub. Definitieve huisstijl volgt in FASE 4;
   tot dan: een heldere blauwe identiteit met een eigen display-font (Sora) en
   strakkere radius, zodat zichtbaar is dat kleur ÉN type ÉN radius meewisselen.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');

:root[data-theme="atlas"] {
  /* Blauw → primary */
  --primary-900: #0b2e6b;
  --primary-700: #1e40af;
  --primary-600: #1d4ed8;
  --primary-500: #2563eb;
  --primary-400: #60a5fa;
  --primary-300: #93c5fd;
  --primary-200: #bfdbfe;
  --primary-100: #dbeafe;
  --primary-050: #eff6ff;
  --primary-025: #f6faff;

  /* Accent — cyaan */
  --accent-600: #0891b2;
  --accent-500: #06b6d4;
  --accent-300: #67e8f9;
  --accent-050: #ecfeff;
  --flag-ink:   #155e75;

  /* Ink — koel slate-blauw */
  --ink-900: #0f1f3d;
  --ink-700: #243b63;
  --ink-500: #5a6f93;
  --ink-400: #8ea0bf;
  --ink-300: #aebdd6;

  --surface:     #ffffff;
  --bg:          #ffffff;
  --bg-soft:     #f4f7fc;
  --line:        #e0e7f1;
  --line-strong: #c7d2e4;

  --primary:    var(--primary-500);
  --accent:     var(--accent-500);
  --link:       var(--primary-600);
  --focus-ring: var(--primary-400);
  --success:    #16a34a;  --success-050: #f0fdf4;
  --warning:    var(--accent-500);
  --danger:     #dc2626;  --danger-050: #fef2f2;

  --font-display: 'Sora', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;

  /* Strakke, technische radius */
  --r-pill: 999px;
  --r-card: 10px;
  --r-lg:   14px;
  --r-xl:   20px;
  --r-sm:   6px;

  --shadow-sm: 0 1px 2px rgba(15,31,61,.06), 0 1px 3px rgba(15,31,61,.08);
  --shadow-md: 0 6px 18px rgba(15,31,61,.09), 0 2px 6px rgba(15,31,61,.06);
  --shadow-lg: 0 20px 48px rgba(15,31,61,.14), 0 6px 16px rgba(15,31,61,.09);
}
