/*
Theme Name: FONTIA
Theme URI: https://fontia.tenmaru.jp
Author: FONTIA
Description: FONTIA 원료 공급 B2B 블록 테마 (Full Site Editing). 딥 틸·아쿠아·앰버 디자인 토큰 기반. 검색형 원료 카탈로그 + 리드젠 지향.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fontia
*/

/* theme.json이 디자인의 단일 진실 소스. 여기는 보조 스타일만. */

/* 부드러운 앵커 스크롤 */
html { scroll-behavior: smooth; }

/* 본문 가독성 */
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* 헤더 내비 링크 간격 (블록 네비게이션 보조) */
.wp-block-navigation { gap: var(--wp--preset--spacing--40); }

/* 카드 호버 (카탈로그/패턴에서 활용 예정) */
.is-style-fontia-card {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 10px;
  background: var(--wp--preset--color--white);
  transition: box-shadow .2s ease, transform .2s ease;
}
.is-style-fontia-card:hover {
  box-shadow: 0 10px 30px rgba(11, 46, 53, .10);
  transform: translateY(-2px);
}
