:root {
  /* Colors */
  --color-primary: #ea5504;
  --color-text: #666666;
  --color-text-dark: #111111;
  --color-text-light: #999999;
  --color-bg: #ffffff;
  --color-bg-alt: #f5f5f5;
  --color-bg-alt2: #f9f9f9;
  --color-dark: #111111;
  --color-border: #e5e5e5;
  --color-white: #ffffff;
  --color-overlay: rgba(0, 0, 0, 0.55);

  /* Typography */
  --font-primary: 'Wanted Sans Variable', 'Wanted Sans', 'Pretendard', sans-serif;
  --font-en: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;

  /* Font Sizes */
  --text-hero: 3.75rem;    /* 60px */
  --text-h1: 3.125rem;     /* 50px */
  --text-h2: 2.25rem;      /* 36px */
  --text-subtitle: 1.75rem; /* 28px */
  --text-heading: 1.5rem;  /* 24px */
  --text-body: 1.375rem;   /* 22px */
  --text-subheading: 1.25rem; /* 20px */
  --text-regular: 1.125rem; /* 18px */
  --text-small-bold: 1rem; /* 16px */
  --text-small: 0.875rem;  /* 14px */

  /* Spacing */
  --space-xs: 0.25rem;   /* 4px */
  --space-sm: 0.5rem;    /* 8px */
  --space-md: 1rem;      /* 16px */
  --space-lg: 1.25rem;   /* 20px */
  --space-xl: 1.5rem;    /* 24px */
  --space-2xl: 2rem;     /* 32px */
  --space-3xl: 2.5rem;   /* 40px */
  --space-4xl: 3.125rem; /* 50px */
  --space-5xl: 5rem;     /* 80px */
  --space-6xl: 6.25rem;  /* 100px */
  --space-section: 7.5rem; /* 120px */

  /* Layout */
  --max-width: 1600px;
  --header-height: 90px;
  --page-padding: 320px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 60px;
  --dropdown-radius: 2rem;

  /* Button */
  --btn-height: 3.5rem; /* 56px */
  --btn-padding: 2.5rem; /* 40px */
}
