/* tokens.css */
:root {
  --font: sans-serif;
  --color-bg: #fff;
  --color-text: #333;
  --color-quiet: #ddd;
  --color-primary1: #00ff00;
}
