/* VolCan shared design tokens. */
:root {
  --vol-font-sans: "Raleway", system-ui, sans-serif;
  --vol-color-bg: #f7f7f9;
  --vol-color-surface: #ffffff;
  --vol-color-accent: #b3122b;
  --vol-color-text: #1d1d1f;
  --vol-color-muted: #6b6b70;
  --vol-radius: 8px;
}
