/*
Theme Name: Tekniseri
Theme URI: https://tekniseri.fi
Author: WP SEO AI Web Agency
Author URI: https://wpseoai.agency
Description: Tekniseri Group — industrial marking products and insulation. Fixed flat layouts on the shared Agency Theme parent, every value editable in wp-admin and the Agency Kit inline editor.
Template: agency-theme
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tekniseri
Tags: custom-menu, featured-images, translation-ready
*/

/*
 * Tekniseri brand tokens.
 *
 * Only tokens that genuinely differ from the parent defaults are set here.
 * Accent is the design's action orange, taken from the source primary button —
 * not the logo. The dark scheme is the design's default appearance.
 */

:root {
	--wpsa-color-accent: #fc5c07;
	--wpsa-color-accent-hover: #e04f00;
	--wpsa-color-accent-contrast: #ffffff;
	--wpsa-color-accent-alt: #0579d7;

	--wpsa-font-body: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--wpsa-font-heading: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--wpsa-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

	--wpsa-radius-sm: 2px;
	--wpsa-radius-md: 4px;
	--wpsa-radius-lg: 18px;
}

/* Design surfaces beyond the parent token set. */
:root {
	--tekniseri-bg: #0e0e15;
	--tekniseri-bg-deep: #08080d;
	--tekniseri-surface: #171622;
	--tekniseri-border: #2a2938;
	--tekniseri-text: #f6f5f2;
	--tekniseri-muted: #918ea4;
	--tekniseri-body: #c9c6d4;
	--tekniseri-grid-line: rgb(246 245 242 / 4%);
	--tekniseri-badge: #dc026e;
	--tekniseri-inverse-accent: #f2429b;
	--tekniseri-nav-bg: rgb(14 14 21 / 72%);
	--tekniseri-nav-bg-scrolled: rgb(14 14 21 / 92%);
	--tekniseri-nav-height: 58px;
}
