@import url("https://use.typekit.net/zpa5fez.css");

body {
  --font-text-size: 14px;
  --font-text-theme: 'input-sans-narrow';
  --font-interface-theme: 'input-sans-narrow';
  --font-monospace-theme: 'input-mono-narrow';
}

.theme-dark {
  /* background */
  --background-primary: #161616;
  --background-secondary: #262626;

  /* text */
  --text-normal: #f4f4f4;

  /* interactive */
  --accent-h: 136;
  --accent-s: 61%;
  --accent-l: 65%;

  --interactive-normal: #6FDC8C;
  --interactive-hover: #A7F0BA;

  --graph-node-focused: #6FDC8C;
}
