:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-muted: #666666;
  --color-border: #d9d9d9;
  --color-header: rgba(255, 255, 255, 0.94);
  --color-footer-bg: #0f0f0f;
  --color-footer-text: #d8d8d8;
  --color-accent: #feb600;

  --font-base: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --font-display: "Rethink Sans", "Pretendard", "Noto Sans KR", sans-serif;

  --container-desktop: 1280px;
  --container-tablet: 800px;
  --container-mobile: 375px;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 56px;

  --radius-1: 10px;
}
