/* Motel palette. Author: 1776pax. */
:root {
  color-scheme: dark;

  --base: #18110d;
  --surface: #211814;
  --overlay: #2c211d;
  --muted: #7d6c64;
  --subtle: #9f8c82;
  --text: #e2d3c1;

  --rust: #ba5152;
  --rust-deep: #983a3f;
  --brass: #b99868;
  --copper: #b19080;
  --moss: #809378;
  --dusk: #7690a1;
  --wine: #a98081;

  --highlight-low: #1d1511;
  --highlight-med: #403029;
  --highlight-high: #5c4840;

  --nc: #120b09;
  --mist: #72aba1;

  --rust-bright: #db6b6b;
  --brass-bright: #d5b17d;
  --copper-bright: #cca898;
  --moss-bright: #97ac8d;
  --dusk-bright: #91b0c3;
  --wine-bright: #c59798;
  --mist-bright: #8bc4ba;
  --text-bright: #f0e6d6;

  --bg: var(--base);
  --fg: var(--text);
  --cursor: var(--rust);
  --selection: var(--highlight-med);
  --border: var(--highlight-high);
  --comment: var(--muted);
  --keyword: var(--rust);
  --string: var(--brass);
  --function: var(--text);
  --type: var(--dusk);
  --link: var(--wine);
}
