/* GENERATED from design-system/brands/netron.json by build.py. Do not edit by hand. */
:root {
  --nt-brand-black: #1B1C1E;
  --nt-brand-blue: #2860F6;
  --nt-brand-orange: #FC6841;
  --nt-brand-green: #1FA777;
  --nt-brand-yellow: #F9C956;
  --nt-brand-brown: #773D26;
  --nt-brand-teal: #2596BE;
  --nt-brand-red: #FF0000;
  --nt-brand-purple: #6B4DAB;
  --nt-ground: #1B1C1E;
  --nt-action: #2860F6;
  --nt-earned: #FC6841;
  --nt-earned-fill: #C55133;
  --nt-paid: #1FA777;
  --nt-paid-fill: #177F5B;
  --nt-waiting: #F9C956;
  --nt-waiting-ink: #3A2B06;
  --nt-failed: #E5342B;
  --nt-failed-brand: #FF0000;
  --nt-failed-fill: #CE2F27;
  --nt-menu: #773D26;
  --nt-info: #2596BE;
  --nt-agent: #6B4DAB;
  --nt-action-text: #285FF4;
  --nt-earned-text: #B54B2F;
  --nt-paid-text: #177C58;
  --nt-waiting-text: #81692D;
  --nt-failed-text: #CE2F27;
  --nt-menu-text: #773D26;
  --nt-info-text: #1D7696;
  --nt-agent-text: #6B4DAB;
  --nt-ground-text: #1B1C1E;
  --nt-bg: #F7F8FA;
  --nt-surface: #FFFFFF;
  --nt-raised: #EEF0F4;
  --nt-line: #E1E4E9;
  --nt-ink: #1B1C1E;
  --nt-ink-2: #565A62;
  --nt-ink-3: #878C94;
  color-scheme: light dark;
  --nt-tap: 44px;
  --nt-pad-x: 16px;
  --nt-font: 14px;
  --nt-radius: 10px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --nt-bg: #1B1C1E;
    --nt-surface: #27292D;
    --nt-raised: #31343A;
    --nt-line: #3E4148;
    --nt-ink: #F2F3F5;
    --nt-ink-2: #A2A6AD;
    --nt-ink-3: #71757C;
    --nt-action-text: #8AA4FF;
    --nt-earned-text: #FF9576;
    --nt-paid-text: #4FD3A4;
    --nt-waiting-text: #F9C956;
    --nt-failed-text: #FF8078;
    --nt-menu-text: #CB8E6F;
    --nt-info-text: #63C2E0;
    --nt-agent-text: #B39AE0;
    --nt-ground-text: #F2F3F5;
  }
}

[data-theme="dark"] {
  --nt-bg: #1B1C1E;
  --nt-surface: #27292D;
  --nt-raised: #31343A;
  --nt-line: #3E4148;
  --nt-ink: #F2F3F5;
  --nt-ink-2: #A2A6AD;
  --nt-ink-3: #71757C;
  --nt-action-text: #8AA4FF;
  --nt-earned-text: #FF9576;
  --nt-paid-text: #4FD3A4;
  --nt-waiting-text: #F9C956;
  --nt-failed-text: #FF8078;
  --nt-menu-text: #CB8E6F;
  --nt-info-text: #63C2E0;
  --nt-agent-text: #B39AE0;
  --nt-ground-text: #F2F3F5;
}

/* Density is a token, never a per-app decision. Default above is 'dash'. */
[data-density="diner"] {
  --nt-tap: 52px;
  --nt-pad-x: 20px;
  --nt-font: 15.5px;
  --nt-radius: 14px;
}
[data-density="till"] {
  --nt-tap: 66px;
  --nt-pad-x: 24px;
  --nt-font: 17px;
  --nt-radius: 12px;
}
