/*
Theme Name: GV GotVape
Template: gv-parent
Author: GV Labs
Description: gotvape.com. TOKENS ONLY — if this file ever needs a layout rule, the parent is missing an abstraction. Colours read from the live theme's colour schemes: accent is color_scheme_button (5), sale is color_scheme_sale_tag (6).
Version: 0.1.0
Text Domain: gv-gotvape
*/

/* Measured from config/settings_data.json in the live Shopify theme.
 */
/* Type — MEASURED IN THE BROWSER on every live store 2026-09-12: body Poppins,
 * headings Oswald, all five. The repo's settings_data.json says harmonia_sans
 * (or century_gothic on Sutra) and is stale against the live theme; the earlier
 * tokens here were read from it. Read the rendered page, not the config. */
:root {
	--gv-accent: #ff8b00;
	--gv-accent-ink: #111111; /* 076 (Carlos 2026-09-20, option B): white on the orange was 2.35:1; #111 is 8.04:1 */
	--gv-button-fill-ink: #111111; /* the same ruling for every FILLED element-button (footer subscribe, return link…) */
	--gv-sale: #ba4444;

	--gv-font-head: Oswald, "Arial Narrow", Impact, sans-serif;
	--gv-font-body: Poppins, "Helvetica Neue", Arial, sans-serif;
	--gv-head-case: capitalize;
	--gv-product-case: capitalize;

	/* The back-in-stock panel: this store's DARK card (its bis-notify.liquid) — black card, white
	   Oswald, the house #111 hover inverted to white. Same values as the parent's fallbacks, declared. */
	--gv-bis-bg: #0a0a0a;
	--gv-bis-border: 0;
	--gv-bis-ink: #ffffff;
	--gv-bis-muted: #c9c9cd;
	--gv-bis-muted-2: #d9d9dd;
	--gv-bis-check: #1db954;
	--gv-bis-check-ink: #0a0a0a;
	--gv-bis-font: var(--gv-font-head);
	--gv-bis-hover-bg: #ffffff;
	--gv-bis-hover-ink: #0a0a0a;
}
