/*
Theme Name: Verity
Theme URI: https://veritypeptides.com
Description: Verity Peptides storefront — child theme of Kadence. Brand palette + RUO-compliant chrome. The compliance furniture (RUO trust bar + FDA/503A-503B footer) lives in the verity-compliance-chrome mu-plugin so it is theme-independent and a theme swap can never drop it.
Author: Verity Peptides
Template: kadence
Version: 0.1.0
*/

/* ============================================================
   Verity brand palette.
   Kadence renders links / buttons / headings / section backgrounds
   from --global-palette1..9. Overriding them here (with !important so
   they beat Kadence's later inline :root block) re-skins the whole site.
   ============================================================ */
:root {
	--global-palette1: #0F6E56 !important; /* primary — emerald (links, buttons, accents) */
	--global-palette2: #0B5A46 !important; /* primary hover — deep emerald */
	--global-palette3: #0E2A2A !important; /* darkest — dark teal (strong headings) */
	--global-palette4: #14323A !important; /* headings */
	--global-palette5: #2B3B38 !important; /* body text */
	--global-palette6: #5C6B66 !important; /* muted text / borders */
	--global-palette7: #FAF9F6 !important; /* section background — cream */
	--global-palette8: #F1EEE7 !important; /* subtle background */
	--global-palette9: #FFFFFF !important; /* white */
}

/* Brand cream page canvas */
body {
	background-color: var(--global-palette7);
}
