/*
Theme Name: kokonto
Theme URI: https://kokonto.co.jp
Author: 古今と / kokonto Inc.
Author URI: https://kokonto.co.jp
Description: 古今と公式Webサイト用クラシックテーマ
Version: 1.0.0
License: All Rights Reserved
Text Domain: kokonto
*/

/* ===== Base Reset & Variables ===== */
:root {
  --color-bg: #faf9f8;
  --color-surface: #ffffff;
  --color-ink: #1a1916;
  --color-subtext: #6b6860;
  --color-muted: #e8e3d8;
  --color-border: #d5cfbf;
  --color-accent: #2a4a35;
  --font-sans: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  --font-serif: 'Noto Serif JP', 'YuMincho', 'Yu Mincho', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 56px; }

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  color: var(--color-ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; }
