/* Restrukt.ai Design System tokens. */

:root {
  /* Canvas & surface */
  --cream-canvas: #FAF7F2;
  --cream-surface: #FFFFFF;
  --cream-border: #E8E3DB;
  --cream-hover: #F5F1E8;

  /* Typography ink */
  --ink-primary: #1A1814;
  --ink-secondary: #4A443E;
  --ink-tertiary: #6B6560;
  --ink-disabled: #9A938C;

  /* Accents */
  --teal-primary: #1A5959;
  --teal-light: #E8F2F2;
  --terracotta-primary: #C65D3B;
  --terracotta-light: #F9E8E1;
  --olive-primary: #6B6F3B;
  --olive-light: #F0F1E6;

  /* Typography */
  --font-display: "Roboto Slab", serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}
