/**
 * YOURCHEM INC — Design Tokens
 * Original B2B chemical trade identity
 */

:root {
  /* Palette */
  --ink: #0e1117;
  --ink-soft: #1c2333;
  --ink-muted: #2a3347;
  --cobalt: #0066ff;
  --cobalt-hover: #0052cc;
  --cobalt-glow: rgba(0, 102, 255, 0.15);
  --cobalt-tint: #e8f1ff;
  --copper: #c17f59;
  --copper-tint: #faf3ee;
  --sage: #2d6a4f;
  --sage-tint: #edf5f0;
  --fog: #f0f2f5;
  --snow: #fafbfc;
  --white: #ffffff;
  --text: #1a1d23;
  --text-muted: #5c6570;
  --border: #d8dee6;
  --border-dark: rgba(255, 255, 255, 0.12);

  /* Type */
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  --text-display-xl: clamp(2.75rem, 5vw, 4.25rem);
  --text-display-lg: clamp(2rem, 3.5vw, 2.75rem);
  --text-display-md: clamp(1.5rem, 2.5vw, 2rem);
  --text-body-lg: 1.125rem;
  --text-body: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  /* Space */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  /* Shape */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* Layout */
  --max-width: 1200px;
  --header-h: 76px;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
