/*
Theme Name: Kato Furniture Store
Theme URI: https://katokagu.example
Author: Kato Furniture Store
Description: 株式会社加藤家具店 コーポレートサイト用 WordPress クラシックテーマ。Figmaデザイン「01_Top_Page_PC_v4_WoodProposal_Final」「02_Top_Page_SP_v1_Final」（DESIGN_SPEC.md）に準拠。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kato-furniture
*/

/* 最低限のリセットのみここに置く。実装本体は assets/css/main.css を参照。 */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	color: inherit;
}

button {
	font: inherit;
	cursor: pointer;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
p,
figure {
	margin: 0;
}
