/*
  Human Robotics — design system do Robios ERP (tema claro).

  Uso:
  - Incluir no layout / <head>: <link rel="stylesheet" href="/css/design-system/index.css">
  - Páginas atuais já herdam via /css/app.css (este barrel é importado lá).
  - Tokens: var(--hr-bg), --hr-surface, --hr-text, --hr-text-muted, --hr-primary,
    --hr-primary-hover, --hr-accent, --hr-border, --hr-danger, --hr-warning, --hr-success
  - Botões: .hr-btn .hr-btn-primary .hr-btn-secondary .hr-btn-ghost .hr-btn-danger
  - Superfícies: .hr-card .hr-input .hr-table .hr-badge .hr-alert .hr-modal
*/
@import url("_tokens.css");
@import url("_base.css");
@import url("_components.css");
@import url("_layout.css");
