/* ============================================
   ZZARI 디자인 시스템 - Main CSS
   버전: 1.0

   모든 CSS 파일을 통합하는 메인 파일
   ============================================ */

/* 1. Design Tokens (Variables) */
@import url('variables.css');

/* 2. Base Styles (Reset + Typography + Utilities) */
@import url('base.css');

/* 3. Components (Buttons, Cards, Forms, etc.) */
@import url('components.css');

/* 4. Layout (Header, Footer, Grid, etc.) */
@import url('layout.css');

/* ============================================
   Google Fonts 로드 (Pretendard/Inter 대신 임시)
   ============================================ */

/* Pretendard Variable 폰트를 사용하려면 다음 링크를 <head>에 추가:
   <link rel="stylesheet" as="style" crossorigin
         href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css" />

   Inter 폰트를 사용하려면 다음 링크를 <head>에 추가:
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
*/

/* ============================================
   페이지별 커스텀 스타일 (필요 시 추가)
   ============================================ */

/* 예: 홈페이지 전용 스타일 */
