/*
Theme Name: GV Sutra
Template: gv-parent
Author: GV Labs
Description: sutravape.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-sutra
*/

/* 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: #22b3f5;
	--gv-accent-ink: #111111; /* 080 (Carlos 2026-09-20): the filled label on the brand blue — white was 2.37:1, #111 is 7.94:1 */
	/* 080 (4), the same reading for Sutra: the blue BANDS (the announcement bar is color scheme 3, white on #22b3f5,
	   2.37:1) go #111 (7.94:1). The harvested settings.css sets the scheme on :root; this later :root value wins. */
	--color-scheme-3-primary: #111111;
	--gv-sale: #ce1111;

	--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 LIGHT card (its bis-notify.liquid) — Poppins,
	   black ink, the stock button hover; the parent's defaults are Wulf/Got Vape's black card. */
	--gv-bis-bg: #f7f7f8;
	--gv-bis-border: 1px solid #e5e5e5;
	--gv-bis-ink: #000000;
	--gv-bis-muted: #6b6c78;
	--gv-bis-muted-2: #6b6c78;
	--gv-bis-check: #d6effc;
	--gv-bis-check-ink: #000000;
	--gv-bis-font: var(--gv-font-body);
	--gv-bis-hover-bg: var(--root-color-primary, #111111);
	--gv-bis-hover-ink: var(--root-color-secondary, #ffffff);
}
