@theme {
  --color-primary: #ff385c;
  --color-primary-deep: #d70466;
  --color-on-primary: #ffffff;
  --color-surface: #ffffff;
  --color-surface-variant: #f7f7f7;
  --color-on-surface: #222222;
  --color-on-surface-variant: #6a6a6a;
  --color-helper: #717171;
  --color-border: #dddddd;
  --color-border-subtle: #ebebeb;
  --color-outline: #b0b0b0;
  --color-success: #008a05;
  --color-error: #c13515;
  --font-display: "Inter";
  --font-heading-lg: "Inter";
  --font-heading: "Inter";
  --font-heading-sm: "Inter";
  --font-body: "Inter";
  --font-body-sm: "Inter";
  --font-label: "Inter";
  --text-display: 2.5rem;
  --text-heading-lg: 1.625rem;
  --text-heading: 1.375rem;
  --text-heading-sm: 1.125rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --tracking-display: -0.01em;
  --font-weight-display: 600;
  --font-weight-heading-lg: 600;
  --font-weight-heading: 600;
  --font-weight-heading-sm: 600;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 500;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 80px;
}

