:root {
  color-scheme: light;
  --font-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-xs: .75rem;
  --text-sm: .8125rem;
  --text-base: .9375rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.75rem;
  --text-3xl: clamp(2.15rem, 3.6vw, 3.5rem);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --leading-tight: 1.12;
  --leading-snug: 1.35;
  --leading-normal: 1.55;
  --tracking-tight: -.025em;
  --tracking-wide: .015em;
  --tracking-caps: .085em;

  --canvas: #f4f6f5;
  --surface: #ffffff;
  --surface-subtle: #f8f9f8;
  --surface-strong: #e9edeb;
  --ink: #252b2b;
  --ink-muted: #687274;
  --ink-subtle: #788184;
  --border: #dfe4e2;
  --border-strong: #cbd2cf;
  --primary: #c25450;
  --primary-hover: #a63f3b;
  --primary-active: #8f3431;
  --primary-soft: #f7e9e8;
  --on-primary: #ffffff;
  --success: #2d3436;
  --success-soft: #edf0f1;
  --warning: #636e72;
  --warning-soft: #f1f3f4;
  --danger: #a63f3b;
  --danger-soft: #f8e8e7;
  --info: #40545d;
  --info-soft: #edf1f2;

  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --radius-xs: 3px;
  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-round: 999px;
  --shadow-raised: 0 10px 28px rgb(26 34 32 / .08);
  --shadow-float: 0 18px 46px rgb(26 34 32 / .14);
  --shadow-brand: 0 8px 18px rgb(143 52 49 / .24);
  --sidebar-width: 254px;
  --content-max: 1480px;
  --motion-fast: 140ms;
  --motion-base: 200ms;
  --motion-premium: 260ms cubic-bezier(.22, 1, .36, 1);
}
