/*
Theme Name: Fashion Hanguk
Theme URI: https://wordpress.org/
Author: Custom
Description: 시크하고 모던한 한국어 퍼스널 블로그 테마. 미니멀한 타이포그래피와 여백이 돋보이는 패션·라이프스타일 지향 디자인입니다.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fashion-hanguk
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, one-column, custom-colors
*/

/* Reset & base (추가 스타일은 assets/css/main.css) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  background: #faf9f7;
  font-weight: 400;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: #6b5b4a;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  background: #1a1a1a;
  color: #fff;
  clip: auto;
  z-index: 100000;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
