/*
Theme Name: Nihongo Craft
Theme URI: https://nihongocraft.com
Author: Nihongo Craft
Description: 日本語学習・日本語教育のための機能中心型メディア「Nihongo Craft」用オリジナルテーマ。動詞・文法・助詞・漢字を調べるツール／データベースを中心に、学習者・教師向けの解説記事を統合する。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nihongo-craft
Tags: education, blog, custom-colors, custom-menu, featured-images, translation-ready

Nihongo Craft — 日本語を調べる、分解する、組み立てる。
*/

/*
The bulk of the theme's design lives in assets/css/main.css (enqueued in
functions.php). This file only carries the required WordPress theme header
above and a minimal safety reset so the theme still renders sanely if the
stylesheet fails to load.
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", "Inter", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	color: #20252b;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}
