/*
Theme Name: Fujita Seiko Archive
Theme URI: https://fujitaseiko.com
Author: dmitriKo
Description: Minimal, Elementor-ready base theme for the Fujita Seiko Archive. Carries no page-level styling of its own — Elementor Pro (Site Settings + Theme Builder) owns all visual design; this theme only provides the WordPress scaffolding.
Version: 0.0.1-delta
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fujita-seiko
*/

/* Design tokens mirrored from design-system/design-tokens.md, for any markup Elementor doesn't reach (e.g. wp-admin previews, search results fallback). */
:root {
	--color-rust: #7D1100;
	--color-rust-deep: #7A1D0E;
	--color-ember: #D84229;
	--color-ink: #1A1A1A;
	--color-ink-alt: #1A1410;
	--color-paper: #F4F0E6;
	--color-sand: #D8C7AD;

	--font-display: "Cormorant Garamond", Georgia, serif;
	--font-label: "JetBrains Mono", ui-monospace, monospace;
	--font-body: "EB Garamond", Georgia, serif;

	--container-width: 1280px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--color-paper);
	color: var(--color-ink);
	font-family: var(--font-body);
	line-height: 1.7;
}

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

a {
	color: var(--color-rust);
}

a:hover {
	color: var(--color-ember);
}
