:root {
  --accent: #ff6b4a;
  --ink: #1a1a1a;
  --paper: #ffffff;
  --panel: #121212;
  --panel-soft: #1e1e1e;
}

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}
