/* DappWeb premium engineering studio design tokens */
:root {
  --color-bg: #f6f1e8;
  --color-panel: #fffaf0;
  --color-panel-2: #1d211d;
  --color-ink: #1c1e1a;
  --color-ink-2: #5f625a;
  --color-muted: #8b877c;
  --color-rule: #ded2bf;
  --color-rule-strong: #bda98e;
  --color-signal: #b87443;
  --color-signal-ink: #fff8ee;
  --color-focus: #2f7d63;
  --color-forest: #2f7d63;
  --color-dark: #111511;
  --color-dark-2: #1c221d;
  --color-warm: #fbf6ec;
  --color-paper: #f7f2ea;
  --color-hero-rule: #d6c7b2;

  --font-display: "Libre Baskerville", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: Inter, "Avenir Next", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 6.5rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.1875rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 2.75rem;
  --text-display: 3rem;
  --text-display-lg: 4.75rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 160ms;
  --dur-mid: 260ms;

  --rule-thin: 1px;
  --rule-bold: 2px;
  --radius-none: 0.375rem;
  --radius-sm: 0.5rem;
  --z-sticky-nav: 300;
}
