:root {
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-surface-strong: #f0f0f0;
  --color-black: #0c0c0c;
  --color-black-gray: #999999;
  --color-gray: #e8e8e8;
  --color-gray-white: #f0f0f0;
  --color-green-1: #006837;
  --color-green-2: #0c834b;
  --color-white: #ffffff;
  --color-text: #0c0c0c;
  --color-text-muted: #999999;
  --color-border: #e8e8e8;
  --shadow-soft: none;
  --shadow-card: none;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
  --font-display: "Inter", "Arial", sans-serif;
  --font-body: "Inter", "Arial", sans-serif;
  --container-width: 1180px;
  --tracking-caps: 0.06em;
  --underline-offset: 4px;
}
