/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-primary: #012418;
  --color-secondary: #d8e5e1;
  --color-neutral: #99a7a3;
  --color-green-50: #dce8e8;
  --color-green-100: #a9cec5;
  --color-green-200: #73afa0;
  --color-green-300: #41bf7d;
  --color-green-400: #217a67;
  --color-green-500: #056551;
  --color-green-600: #045a47;
  --color-green-700: #104502;
  --color-green-800: #023d2e;
  --color-green-900: #012418;
  --color-gray-50: #efefef;
  --color-gray-100: #d7d8d8;
  --color-gray-200: #b8c0bd;
  --color-gray-300: #99a7a3;
  --color-gray-400: #81948f;
  --color-gray-500: #6a817b;
  --color-gray-600: #5e726c;
  --color-gray-700: #4f5e59;
  --color-gray-800: #3b3d3b;
  --color-gray-900: #2e3533;
  --color-white: #ffffff;
  --color-black: #000000;
  --font-family-base: Inter;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 28px;
  --font-size-4xl: 40px;
  --font-size-5xl: 60px;
  --font-line-height-tight: 1.2;
  --font-line-height-normal: 1.5;
  --font-line-height-relaxed: 1.75;
  --typography-title-font-family: var(--font-family-base);
  --typography-title-font-size: var(--font-size-5xl);
  --typography-title-font-weight: var(--font-weight-bold);
  --typography-title-line-height: var(--font-line-height-tight);
  --typography-h1-font-family: var(--font-family-base);
  --typography-h1-font-size: var(--font-size-4xl);
  --typography-h1-font-weight: var(--font-weight-semibold);
  --typography-h1-line-height: var(--font-line-height-tight);
  --typography-h2-font-family: var(--font-family-base);
  --typography-h2-font-size: var(--font-size-3xl);
  --typography-h2-font-weight: var(--font-weight-semibold);
  --typography-h2-line-height: var(--font-line-height-tight);
  --typography-subtitle-font-family: var(--font-family-base);
  --typography-subtitle-font-size: var(--font-size-lg);
  --typography-subtitle-font-weight: var(--font-weight-medium);
  --typography-subtitle-line-height: var(--font-line-height-normal);
  --typography-body-font-family: var(--font-family-base);
  --typography-body-font-size: var(--font-size-base);
  --typography-body-font-weight: var(--font-weight-regular);
  --typography-body-line-height: var(--font-line-height-normal);
  --typography-button-font-family: var(--font-family-base);
  --typography-button-font-size: var(--font-size-base);
  --typography-button-font-weight: var(--font-weight-medium);
  --typography-button-line-height: var(--font-line-height-tight);
  --typography-caption-font-family: var(--font-family-base);
  --typography-caption-font-size: var(--font-size-sm);
  --typography-caption-font-weight: var(--font-weight-regular);
  --typography-caption-line-height: var(--font-line-height-normal);
}
