/* Desk OS tokens. Edit this file to change the live desk.
   Keep ops/cockpit/DESIGN.md in the same commit.
   Do not import alfred_fe tokens. Do not add new hex in desk-os.css. */

:root {
  --ink: #161613;
  --ink-soft: #444039;
  --paper: #f8f5ef;
  --paper-strong: #fffdf9;
  --paper-muted: #f1ede5;
  --line: #cec7bc;
  --line-dark: #a39b8d;
  --muted: #625e56;
  --orange: #c96617;
  --orange-dark: #a84f0e;
  --orange-wash: #fff3e6;
  --green: #376b26;
  --green-wash: #f1f7ee;
  --blue: #356f9b;
  --blue-wash: #edf5fa;
  --red: #a33f32;
  --fail-ink: #713126;
  --fail-wash: #fff1ed;
  --fail-line: #dba195;
  --shadow: rgba(18, 17, 14, .18);
  --focus: #22669b;
  --action-fill: #161613;
  --action-text: #f8f5ef;
  --action-hover: #302e29;
  --metal: #11110f;
  --metal-ink: #f7f4ee;
  --metal-muted: #d9d6d0;
  --metal-line: #3c3a35;
  --metal-panel: #1b1b18;
  --metal-border: #4b4943;
  --warn-ink: #68533a;
  --warn-wash: #f7f0e5;
  --warn-line: #c7b79f;
  --paper-card: #fbf9f4;
  --paper-hover: #f0ece5;
  --pass-line: #91af86;
  --font-display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Helvetica Neue", Arial, system-ui, sans-serif;
  --text-title: 40px;
  --text-sheet: 27px;
  --text-body: 16px;
  --text-ui: 14px;
  --text-meta: 12px;
  --touch: 48px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --radius: 4px;
}
