/*
Theme Name: NAMI-RENSA 結婚相談所の方へ
Theme URI: https://nami-rensa.co.jp/
Author: NAMI-RENSA Inc.
Author URI: https://nami-rensa.co.jp/
Description: 結婚相談所の教科書 by NAMI-RENSA — 結婚相談所の方向け（toBサイロ）のオリジナルテーマ。melta UI + nami-rensaブランドを統合したeditorialデザイン。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
Text Domain: nami-rensa-tob
*/

/* ==============================================
   Reset
   ============================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #3d4b5f;
  background: #faf8f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.4; color: #0f172a; letter-spacing: 0.005em; }

/*
   Design Tokens & Components は functions.php から
   別ファイル (assets/css/tokens.css) として enqueue される
*/
