/*
 * OnlyCat design tokens: the one palette, on :root, on every page.
 *
 * From the homepage concept (onlycat-homepage-concept, September 2026), the
 * approved direction. Applied to the storefront, product pages, reviews feed
 * and order flow on 2026-09-09 (ADR 0014): those stylesheets consume these
 * names and declare no colours of their own, so the site off Elementor reads
 * as one place and a palette change is one file.
 *
 * One radius, 8px, for everything with corners — buttons, inputs, cards,
 * panels, images, dialogs (decided 2026-09-09). Badges and counters are pills
 * (999px) and stay literal.
 *
 * Kumbh Sans is served by the Elementor kit today (local Google Fonts copy,
 * weights 100–900); the theme takes the font over with the header and footer
 * at Stage 4.
 */

:root {
	--oc-ink: #121a22;
	--oc-ink-soft: #555e63;
	--oc-paper: #f7f5f1;
	--oc-oat: #eeeae3;
	--oc-night: #101e27;
	--oc-blue: #0079c2;
	--oc-blue-deep: #005f9c;
	--oc-blue-bright: #009aeb;
	--oc-blue-tint: #e9f1f5;
	--oc-clay: #d97864;
	--oc-line: #d8d9d6;
	--oc-white: #ffffff;
	--oc-radius: 8px;
	--oc-shell: 1440px;
	--oc-sans: "Kumbh Sans", "Kumbh Sans Variable", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
