/* SAP Fiori - generated from packages/grid/src/themes/index.ts. Do not edit by hand. */
:root {
  --sg-bg: #f5f6f7;
  --sg-fg: #131e29;
  --sg-muted: #556b82;
  --sg-border: #e5e5e5;
  --sg-header-bg: #ffffff;
  --sg-header-fg: #131e29;
  --sg-bg-subtle: #ffffff;
  --sg-row-alt-bg: #f5f6f7;
  --sg-row-hover-bg: #eaecee;
  --sg-selection-bg: #ebf8ff;
  --sg-input-bg: #f5f6f7;
  --sg-input-border: #e5e5e5;
  --sg-accent: #0070f2;
  --sg-on-accent: #ffffff;
  --sg-radius: 6px;
  --sg-font: "72", "72full", "Arial", sans-serif;
  --sg-danger: #dc2626;
  --sg-success: #16a34a;
  --sg-warning: #d97706;
  --sg-info: #0891b2;
  --sg-focus-ring: #0070f2;
  --sg-muted-bg: #eaecee;
  --sg-skeleton-bg: #eaecee;
  --sg-radius-lg: 12px;
  --sg-rating-on: #d97706;
  --sg-rating-empty: #e5e5e5;
  --sg-invalid-fg: #dc2626;
  --sg-scrollbar-bg: #ffffff;
  --sg-scrollbar-border: #e5e5e5;
  --sg-scrollbar-thumb: #556b82;
  --sg-scrollbar-thumb-hover: #131e29;
  --sg-scrollbar-thumb-active: #131e29;
  --sg-scrollbar-arrow: #556b82;
  --sg-scrollbar-arrow-hover: #131e29;
  --sg-scrollbar-arrow-hover-bg: #eaecee;
  --sg-scrollbar-arrow-active: #131e29;
  --sg-scrollbar-arrow-active-bg: #ebf8ff;
  --sg-scrollbar-arrow-disabled: #e5e5e5;
}
:root[data-theme='dark'] {
  --sg-bg: #12171c;
  --sg-fg: #f5f6f7;
  --sg-muted: #8396a8;
  --sg-border: #2e3742;
  --sg-header-bg: #1d232a;
  --sg-header-fg: #f5f6f7;
  --sg-bg-subtle: #1d232a;
  --sg-row-alt-bg: #12171c;
  --sg-row-hover-bg: #222b35;
  --sg-selection-bg: #1d2d3e;
  --sg-input-bg: #12171c;
  --sg-input-border: #2e3742;
  --sg-accent: #4db1ff;
  --sg-on-accent: #18181b;
  --sg-radius: 6px;
  --sg-font: "72", "72full", "Arial", sans-serif;
  --sg-danger: #f87171;
  --sg-success: #4ade80;
  --sg-warning: #fbbf24;
  --sg-info: #22d3ee;
  --sg-focus-ring: #4db1ff;
  --sg-muted-bg: #222b35;
  --sg-skeleton-bg: #222b35;
  --sg-radius-lg: 12px;
  --sg-rating-on: #fbbf24;
  --sg-rating-empty: #2e3742;
  --sg-invalid-fg: #f87171;
  --sg-scrollbar-bg: #1d232a;
  --sg-scrollbar-border: #2e3742;
  --sg-scrollbar-thumb: #8396a8;
  --sg-scrollbar-thumb-hover: #f5f6f7;
  --sg-scrollbar-thumb-active: #f5f6f7;
  --sg-scrollbar-arrow: #8396a8;
  --sg-scrollbar-arrow-hover: #f5f6f7;
  --sg-scrollbar-arrow-hover-bg: #222b35;
  --sg-scrollbar-arrow-active: #f5f6f7;
  --sg-scrollbar-arrow-active-bg: #1d2d3e;
  --sg-scrollbar-arrow-disabled: #2e3742;
}
