/*
Theme Name: The Sense
Theme URI:
Author: Kurogane
Author URI:
Description: The Sense オリジナルクラシックテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: the-sense
*/

:root {
	--color-bg: #ffffff;
	--color-text: #1a1a1a;
	--color-text-muted: #767676;
	--color-black: #000000;
	--color-white: #ffffff;
	--color-border: #ebebeb;
	--color-tag-bg: #e6def2;
	--color-tag-text: #4a3b63;
	--color-accent: #4fc3e0;
	--color-surface: #f7f7f7;

	--font-base: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;

	--container-width: 1180px;
	--header-height: 64px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--font-base);
	line-height: 1.8;
	color: var(--color-text);
	background: var(--color-bg);
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

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

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

button {
	font-family: inherit;
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
