@theme {
  --color-primary: #3b63fb;
  --color-on-primary: #ffffff;
  --color-background: #ffffff;
  --color-layer-1: #f8f8f8;
  --color-gray-100: #e9e9e9;
  --color-neutral-content: #292929;
  --color-neutral-subdued: #505050;
  --color-helper: #717171;
  --color-border: #dadada;
  --color-border-strong: #8f8f8f;
  --color-focus: #4b75ff;
  --color-positive: #05834e;
  --color-notice: #c24e00;
  --color-negative: #d73220;
  --font-display: "Source Sans 3";
  --font-heading-lg: "Source Sans 3";
  --font-heading: "Source Sans 3";
  --font-body: "Source Sans 3";
  --font-body-sm: "Source Sans 3";
  --font-detail: "Source Sans 3";
  --font-code: "Source Code Pro";
  --text-display: 2.25rem;
  --text-heading-lg: 1.75rem;
  --text-heading: 1.25rem;
  --text-body: 0.875rem;
  --text-body-sm: 0.75rem;
  --text-detail: 0.6875rem;
  --text-code: 0.875rem;
  --tracking-detail: 0.06em;
  --font-weight-display: 800;
  --font-weight-heading-lg: 800;
  --font-weight-heading: 800;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-detail: 500;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
}

