/* tokens.css */
:root {
  --header-height:80px;
  --text: #222;
  --subtext: #999;
  --line: rgba(0,0,0,0.1);
  --accent: #8b7355;
  --accent-inner: #c5b6a6;
  --border: #ddd;
  --section: #f9f9f9;
  --grey: #555555;
  --grey8: #888888;
  --red: #c0392b;
  --star: #d4a843;

  --font: "Helvetica Neue", sans-serif;

  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 40px;
}