/*
 * Lido's brand, shared by every web surface: the marketing site links this file
 * (as `../style/tokens.css`, which resolves both off disk and — clamped to
 * `/style/tokens.css` — on the deployed site), and the app bundles it via
 * `@import`. Font URLs are relative to this file, so `fonts/` must move with it.
 *
 * Bone ground, ink text, one terracotta accent. The serif is display-only; body
 * copy is a system stack, so there is no webfont on the text most people read.
 */

/* Self-hosted so no page fetches anything from a third party. */
@font-face {
	font-family: "Instrument Serif";
	src: url("fonts/instrument-serif.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--bone: #f7f4ef;
	--bone-2: #efeae2;
	--card: #ffffff;
	--ink: #1a1714;
	--ink-2: #423b34;
	--muted: #7a736b;
	--line: #e3ddd3;
	--accent: #b4472f;
	--accent-soft: #f6e7e2;
	--radius: 16px;
	--radius-lg: 22px;
	--shadow:
		0 1px 2px rgba(26, 23, 20, 0.04), 0 8px 24px -12px rgba(26, 23, 20, 0.12);
	--serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
	--gutter: 24px;
	--content-width: 880px;
}
