/* ============================================================================
   List Page Token Bridge
   Maps --ed-* tokens (used by manage-toolbar.css / manage-tables.css)
   from --ds-* tokens already loaded via design-system.css.
   This allows the shared list-page component to render on public pages
   without pulling in the full manage-tokens.css.
   ============================================================================ */

:root {
    --ed-blue:       var(--ds-color-link,    #1a56db);
    --ed-blue-dark:  var(--ds-color-link-hover, #1e40af);
    --ed-text:       var(--ds-color-heading, #111827);
    --ed-body:       var(--ds-color-body,    #374151);
    --ed-muted:      var(--ds-color-muted,   #6b7280);
    --ed-border:     var(--ds-color-border,  #e5e7eb);
    --ed-bg:         var(--ds-color-bg,      #f9fafb);
    --ed-white:      var(--ds-color-white,   #ffffff);
    --ed-radius:     var(--ds-radius-card,   8px);
    --ed-font:       var(--ds-font-family,   "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    --ed-primary:    var(--ds-color-link,    #1a56db);
    --ed-primary-bg: rgba(26, 86, 219, 0.08);

    --ed-header-h:   var(--ds-header-height, 48px);
}
