/*
Theme Name: iteritory-updated-2026
Theme URI: https://iteritory.com/
Author: Iteritory
Description: An editorial block theme for technical articles and field notes, in warm paper, deep ink, steel blue, and vermilion.
Version: 1.3.6
Requires at least: 7.1.2
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iteritory-updated-2026
Tags: blog, news, block-styles, full-site-editing, wide-blocks
*/

:root {
	--it-ink: #1e2d3d;
	--it-ink-soft: #405264;
	--it-muted: #6e7882;
	--it-line: #d9d2c7;
	--it-paper: #f5f1e8;
	--it-white: #fffcf6;
	--it-leaf: #bb4c35;
	--it-deep: #172738;
	--it-leaf-wash: #e7ecef;
	--it-shadow: 0 18px 50px rgb(30 45 61 / 8%);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
}

body {
	background: var(--it-paper);
	color: var(--it-ink);
	font-family: "DM Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

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

a {
	color: var(--it-ink);
	text-underline-offset: 0.18em;
}

a:hover {
	color: #9f3d2a;
}

:focus-visible {
	border-radius: 3px;
	outline: 3px solid #607e93;
	outline-offset: 4px;
}

::selection {
	background: #f0dfd7;
	color: var(--it-ink);
}