@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  /* Brand Colors */
  --theme-primary: #000000;
  --theme-secondary: #333333;
  --theme-accent: #000000;
  
  /* Gray Scale */
  --theme-gray-50: #FAFAFA;
  --theme-gray-100: #F5F5F5;
  --theme-gray-200: #E5E5E5;
  --theme-gray-300: #D4D4D4;
  --theme-gray-400: #A3A3A3;
  --theme-gray-500: #737373;
  --theme-gray-600: #525252;
  --theme-gray-700: #404040;
  --theme-gray-800: #262626;
  --theme-gray-900: #171717;

  /* Semantic Colors */
  --theme-bg-default: #FFFFFF;
  --theme-bg-subtle: #F9F9F9;
  --theme-bg-dark: #111111;
  --theme-text-primary: #111111;
  --theme-text-secondary: #525252;
  --theme-text-muted: #A3A3A3;
  --theme-text-white: #FFFFFF;
  --theme-border: #E5E5E5;
  --theme-border-light: #F5F5F5;

  /* Typography */
  --font-display: 'Playfair Display', serif;
  --font-body: 'Montserrat', 'Pretendard', sans-serif;

  /* Spacing & Layout */
  --theme-container-max: 1440px;
  --theme-section-y: 120px;
  --theme-section-y-m: 80px;

  /* Transitions */
  --transition-base: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
