/*
Theme Name: Greenshift Child
Template: greenshift
Description: Awesomic 클론 — Greenshift 차일드 테마 (커스텀 헤더/푸터 파트 + 페이지 템플릿)
Version: 1.0.1
*/

/* ============================================================
   AWZ 베이스 리셋 — 테마/전역스타일보다 나중에 로드되어 우선 적용
   (디자인 토큰·폰트는 FluentSnippets "AWZ Global Styles" 스니펫)
   ============================================================ */
body {
  margin: 0;
  font-family: var(--font-sans, 'DM Sans');
  font-size: var(--text-body-sm, 14px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-iron, #3f3f46);
  background: var(--surface-canvas, #fff);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
*, *::before, *::after { box-sizing: border-box; }

/* 페이지 콘텐츠 래퍼가 테마 레이아웃 제약을 받지 않도록 함 */
.site-content .wp-block-post-content { max-width: none; }
.site-content .wp-block-post-content > * { max-width: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* 버튼 텍스트 줄바꿈 방지 (테마 환경에서 발생하는 2줄 랩 보정) */
.btn { white-space: nowrap; }
