/* MOSINTER design tokens · modern-minimal · technical-utilitarian · industrial cobalt */
:root {
  --color-paper: #f6f6f6;
  --color-paper-2: #ffffff;
  --color-paper-3: #e4e4e4;
  --color-ink: #1b1b1b;
  --color-ink-2: #343434;
  --color-muted: #5d5d5d;
  --color-rule: #b8b8b8;
  --color-rule-2: #e4e4e4;
  --color-accent: #bf4d0a;
  --color-accent-hover: #863804;
  --color-accent-soft: #fbf0e8;
  --color-accent-ink: #f6f6f6;
  --color-focus: oklch(42% 0.17 257);
  --color-success: oklch(48% 0.12 145);
  --color-error: oklch(50% 0.17 28);
  --color-overlay: oklch(18% 0.025 250 / 72%);

  --font-display: "DM Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-mono: "DM 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: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: clamp(1.75rem, 2.6vw, 2.5rem);
  --text-2xl: clamp(2.25rem, 4.4vw, 4.25rem);
  --text-display: clamp(3rem, 7.4vw, 7.5rem);

  --container: 80rem;
  --container-narrow: 48rem;
  --rule-thin: 1px;
  --rule-strong: 2px;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-card: 0;
  --radius-input: 0;

  --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: 140ms;
  --dur-base: 240ms;
  --dur-long: 420ms;
}
