:root {
  /* Brand — shared with the FastClippingPath Image Converter tool for visual consistency */
  --color-primary: #1a5cff;
  --color-primary-dark: #0f3fc4;
  --color-primary-light: #e8effe;
  --color-accent: #10b981;
  --color-accent-light: #e3faf0;
  --color-accent-orange: #ff7a30;
  --color-accent-orange-dark: #b34d0e;
  --color-accent-orange-light: #ffece0;
  --color-danger: #b3261e;
  --color-danger-light: #fdeceb;

  /* Neutrals */
  --color-bg: #f6f8fc;
  --color-surface: #ffffff;
  --color-surface-alt: #f6f8fc;
  --color-border: #e3e8f0;

  /* Hero */
  --hero-bg-start: #eaf0fe;
  --hero-bg-end: #ffffff;
  --color-text: #1a2233;
  --color-text-muted: #5b6472;
  --color-text-subtle: #606b7a;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(20, 30, 60, 0.06);
  --shadow-md: 0 8px 24px rgba(20, 30, 60, 0.08);
  --shadow-lg: 0 16px 40px rgba(20, 30, 60, 0.12);

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

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;
  --fs-2xl: 2.75rem;

  /* Motion */
  --transition-fast: 120ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 400ms ease;

  /* Layout */
  --header-height: 72px;
  --container-max: 1180px;
}
