/*
Theme Name: nuit.work
Author: Produce by sbcc
Description: nuit.work オリジナルWordPressテーマ。Produce by sbcc
Version: 1.0.1
Text Domain: nuit-work
*/

/* ========================================
   Base
======================================== */

:root {
	--content-width: 1200px;
	--text-color: #222222;
	--background-color: #ffffff;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text-color);
	background: var(--background-color);
	font-family: sans-serif;
	line-height: 1.7;
}

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

a {
	color: inherit;
}

.site-header,
.site-main,
.site-footer {
	width: min(100% - 40px, var(--content-width));
	margin-inline: auto;
}

.site-header,
.site-footer {
	padding-block: 24px;
}

.site-main {
	padding-block: 48px;
}

.site-title {
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.entry-title {
	margin-top: 0;
}
