:root {
  --color-bg: #ffffff;
  --color-dark: #000000;
  --color-text: #1a1a1a;
  --color-text-muted: #888888;
  --color-border: #e0e0e0;
  --color-section-alt: #f5f5f5;
  --font-main: "a-otf-a1-gothic-std", sans-serif;
  --nav-height: 72px;
  --container-max: 1200px;
  --radius: 12px;
  --radius-sm: 6px;
  --transition: 0.25s ease;
}
