Clark's Herbal Remedies
Natural pain relief — deep indigo/sky blue/mint/herbal green brand system. Georgia serif headlines, Open Sans/Poppins body. Wix-built single-product site transitioning to multi-product. 141 DTCG tokens. — Extracted from https://www.clarksherbs.com
141 tokensOnboarded 2026-04-14
Color System
Typography
'Georgia'
Display — The quick brown fox jumps
H1 — The quick brown fox jumps
H2 — The quick brown fox jumps
H3 — The quick brown fox jumps
'Open Sans'
Bold: Design tokens bridge the gap between design tools and code.
Regular: They encode visual decisions — colors, typography, spacing — as structured data that both designers and developers can share.
'JetBrains Mono'
const tokens = await extractFromCSS(url); const merged = mergeTokens(foundation, overrides); const css = toCSSVariables(merged);
Spacing & Shape
Spacing Scale
sm
4px
md
16px
lg
24px
xl
32px
Border Radius
sm
6px
md
20px
lg
24px
Component Gallery
Shared UI components themed with this project's design tokens via CSS custom property cascade.
Button
Badge & Tag
DefaultSuccessWarningErrorInfo
DefaultDefaultSuccessWarningError
Alert
Tokens extracted successfully from source site.
Some token values may need manual refinement.
Build failed — check console for details.
Re-analyze to update tokens from the live site.
Form Controls
Data Display
Tokens
141Colors
58Components
66LiveBuildingFailed
Token density
Score Gauge
95
Design Drift
100
Token Count
75
Coverage
Avatar & Tooltip
Hover me
Token Reference
| DTCG Path | Type | Value | CSS Variable |
|---|---|---|---|
| color.primary.base | color | #261D77 | --color-primary-base |
| color.primary.dark | color | #00549A | --color-primary-dark |
| color.primary.light | color | #383085 | --color-primary-light |
| color.primary.hover | color | #1A1460 | --color-primary-hover |
| color.primary.active | color | #140F4D | --color-primary-active |
| color.primary.muted | color | #261D7733 | --color-primary-muted |
| color.accent.blue | color | #008AFC | --color-accent-blue |
| color.accent.blueHover | color | #0075D6 | --color-accent-blueHover |
| color.accent.skyBlue | color | #0FA2DB | --color-accent-skyBlue |
| color.accent.skyBlueHover | color | #0D8FC2 | --color-accent-skyBlueHover |
| color.accent.mint | color | #B6F3E8 | --color-accent-mint |
| color.accent.herbalGreen | color | #4CAF50 | --color-accent-herbalGreen |
| color.accent.warmPeach | color | #E2AFA7 | --color-accent-warmPeach |
| color.accent.gold | color | #D4A847 | --color-accent-gold |
| color.background.white | color | #FFFFFF | --color-background-white |
| color.background.lightBlue | color | #F0FBFF | --color-background-lightBlue |
| color.background.skySection | color | #0FA2DB | --color-background-skySection |
| color.background.heroOverlay | color | #00549A | --color-background-heroOverlay |
| color.background.card | color | #F8FCFF | --color-background-card |
| color.background.elevated | color | #EDF7FE | --color-background-elevated |
| color.background.dark | color | #1A2332 | --color-background-dark |
| color.background.input | color | #F5F9FC | --color-background-input |
| color.background.overlay | color | #00549AE6 | --color-background-overlay |
| color.text.primary | color | #261D77 | --color-text-primary |
| color.text.secondary | color | #383085 | --color-text-secondary |
| color.text.body | color | #333333 | --color-text-body |
| color.text.muted | color | #656199 | --color-text-muted |
| color.text.inverse | color | #FFFFFF | --color-text-inverse |
| color.text.onBlue | color | #FFFFFF | --color-text-onBlue |
| color.text.link | color | #116DFF | --color-text-link |
| color.text.linkVisited | color | #0000EE | --color-text-linkVisited |
| color.text.bodyAlt | color | #2F2E2E | --color-text-bodyAlt |
| color.border.default | color | #DBDBDB | --color-border-default |
| color.border.subtle | color | #E8E8E8 | --color-border-subtle |
| color.border.focus | color | #008AFC | --color-border-focus |
| color.border.accent | color | #B6F3E8 | --color-border-accent |
| color.border.dark | color | #324158 | --color-border-dark |
| color.status.success | color | #22C55E | --color-status-success |
| color.status.warning | color | #EAB308 | --color-status-warning |
| color.status.error | color | #EF4444 | --color-status-error |
| color.status.info | color | #008AFC | --color-status-info |
| color.neutral.0 | color | #FFFFFF | --color-neutral-0 |
| color.neutral.1 | color | #FAFAFA | --color-neutral-1 |
| color.neutral.2 | color | #F0FBFF | --color-neutral-2 |
| color.neutral.3 | color | #B0B0B0 | --color-neutral-3 |
| color.neutral.4 | color | #727272 | --color-neutral-4 |
| color.neutral.5 | color | #333333 | --color-neutral-5 |
| color.neutral.6 | color | #1A2332 | --color-neutral-6 |
| color.neutral.7 | color | #000000 | --color-neutral-7 |
| color.wixPalette.peach1 | color | #F1BFA3 | --color-wixPalette-peach1 |
| color.wixPalette.peach2 | color | #F7E0D2 | --color-wixPalette-peach2 |
| color.wixPalette.terracotta | color | #A83725 | --color-wixPalette-terracotta |
| color.wixPalette.lavender | color | #9A95C9 | --color-wixPalette-lavender |
| color.wixPalette.lightCyan | color | #CEECFB | --color-wixPalette-lightCyan |
| color.wixPalette.mediumCyan | color | #9ED9F7 | --color-wixPalette-mediumCyan |
| color.wixPalette.deepPurple | color | #383085 | --color-wixPalette-deepPurple |
| gradient.heroFade | gradient | linear-gradient(100deg, rgba(226,175,167,0) 0%, #00549A 100%) | --gradient-heroFade |
| gradient.skyToWhite | gradient | linear-gradient(180deg, #0FA2DB 0%, #FFFFFF 100%) | --gradient-skyToWhite |
| gradient.blueDepth | gradient | linear-gradient(180deg, #008AFC 0%, #00549A 100%) | --gradient-blueDepth |
| gradient.herbalFresh | gradient | linear-gradient(135deg, #B6F3E8 0%, #0FA2DB 100%) | --gradient-herbalFresh |
| gradient.lightBlueWash | gradient | linear-gradient(180deg, #F0FBFF 0%, #FFFFFF 100%) | --gradient-lightBlueWash |
| gradient.navyToIndigo | gradient | linear-gradient(135deg, #00549A 0%, #261D77 100%) | --gradient-navyToIndigo |
| gradient.headingBlue | gradient | linear-gradient(90deg, #261D77, #008AFC) | --gradient-headingBlue |
| gradient.warmToBlue | gradient | linear-gradient(100deg, #E2AFA7, #0FA2DB) | --gradient-warmToBlue |
| typography.fontFamily.heading | fontFamily | 'Georgia', 'Palatino', 'Book Antiqua', 'Palatino Linotype', serif | --typography-fontFamily-heading |
| typography.fontFamily.body | fontFamily | 'Open Sans', 'Questrial', sans-serif | --typography-fontFamily-body |
| typography.fontFamily.accent | fontFamily | 'Poppins', sans-serif | --typography-fontFamily-accent |
| typography.fontFamily.nav | fontFamily | 'Montserrat', sans-serif | --typography-fontFamily-nav |
| typography.fontFamily.fine | fontFamily | 'Avenir LT W01 35 Light', sans-serif | --typography-fontFamily-fine |
| typography.fontFamily.mono | fontFamily | 'JetBrains Mono', 'Fira Code', monospace | --typography-fontFamily-mono |
| typography.fontSize.xs | dimension | 0.625rem | --typography-fontSize-xs |
| typography.fontSize.sm | dimension | 0.8125rem | --typography-fontSize-sm |
| typography.fontSize.base | dimension | 1rem | --typography-fontSize-base |
| typography.fontSize.md | dimension | 1.125rem | --typography-fontSize-md |
| typography.fontSize.lg | dimension | 1.25rem | --typography-fontSize-lg |
| typography.fontSize.xl | dimension | 1.5625rem | --typography-fontSize-xl |
| typography.fontSize.2xl | dimension | 1.875rem | --typography-fontSize-2xl |
| typography.fontSize.3xl | dimension | 2rem | --typography-fontSize-3xl |
| typography.fontSize.4xl | dimension | 2.8125rem | --typography-fontSize-4xl |
| typography.fontSize.5xl | dimension | 3.125rem | --typography-fontSize-5xl |
| typography.fontSize.display | dimension | 4.375rem | --typography-fontSize-display |
| typography.fontWeight.extralight | fontWeight | 200 | --typography-fontWeight-extralight |
| typography.fontWeight.regular | fontWeight | 400 | --typography-fontWeight-regular |
| typography.fontWeight.semibold | fontWeight | 600 | --typography-fontWeight-semibold |
| typography.fontWeight.bold | fontWeight | 700 | --typography-fontWeight-bold |
| typography.lineHeight.tight | number | 1.0 | --typography-lineHeight-tight |
| typography.lineHeight.snug | number | 1.2 | --typography-lineHeight-snug |
| typography.lineHeight.base | number | 1.4 | --typography-lineHeight-base |
| typography.lineHeight.relaxed | number | 1.6 | --typography-lineHeight-relaxed |
| typography.lineHeight.loose | number | 1.8 | --typography-lineHeight-loose |
| typography.letterSpacing.tight | dimension | 0em | --typography-letterSpacing-tight |
| typography.letterSpacing.normal | dimension | 0.65px | --typography-letterSpacing-normal |
| typography.letterSpacing.wide | dimension | 0.9px | --typography-letterSpacing-wide |
| typography.letterSpacing.wider | dimension | 1.4px | --typography-letterSpacing-wider |
| spacing.0 | dimension | 0px | --spacing-0 |
| spacing.1 | dimension | 4px | --spacing-1 |
| spacing.2 | dimension | 8px | --spacing-2 |
| spacing.3 | dimension | 12px | --spacing-3 |
| spacing.4 | dimension | 16px | --spacing-4 |
| spacing.5 | dimension | 20px | --spacing-5 |
| spacing.6 | dimension | 24px | --spacing-6 |
| spacing.8 | dimension | 32px | --spacing-8 |
| spacing.10 | dimension | 40px | --spacing-10 |
| spacing.12 | dimension | 48px | --spacing-12 |
| spacing.16 | dimension | 64px | --spacing-16 |
| spacing.20 | dimension | 80px | --spacing-20 |
| spacing.24 | dimension | 96px | --spacing-24 |
| spacing.32 | dimension | 128px | --spacing-32 |
| spacing.40 | dimension | 160px | --spacing-40 |
| borderRadius.none | dimension | 0px | --borderRadius-none |
| borderRadius.sm | dimension | 6px | --borderRadius-sm |
| borderRadius.md | dimension | 20px | --borderRadius-md |
| borderRadius.lg | dimension | 24px | --borderRadius-lg |
| borderRadius.xl | dimension | 30px | --borderRadius-xl |
| borderRadius.2xl | dimension | 50px | --borderRadius-2xl |
| borderRadius.full | dimension | 100px | --borderRadius-full |
| shadow.subtle | shadow | 0 1px 3px rgba(0,0,0,0.08) | --shadow-subtle |
| shadow.default | shadow | 0 4px 12px rgba(0,0,0,0.1) | --shadow-default |
| shadow.elevated | shadow | 0 8px 24px rgba(0,0,0,0.12) | --shadow-elevated |
| shadow.white | shadow | 0 0 0 0 #FFFFFF | --shadow-white |
| shadow.glowBlue | shadow | 0 0 24px rgba(0,138,252,0.3) | --shadow-glowBlue |
| shadow.glowSky | shadow | 0 0 20px rgba(15,162,219,0.25) | --shadow-glowSky |
| shadow.glowMint | shadow | 0 0 16px rgba(182,243,232,0.4) | --shadow-glowMint |
| shadow.card | shadow | 0 0 14px rgba(0,0,0,0.2) | --shadow-card |
| transition.fast | string | 150ms ease-out | --transition-fast |
| transition.default | string | 300ms ease-in-out | --transition-default |
| transition.slow | string | 500ms ease-in-out | --transition-slow |
| transition.pageTransition | string | 600ms cubic-bezier(0.83, 0, 0.17, 1) | --transition-pageTransition |
| breakpoint.mobile | dimension | 480px | --breakpoint-mobile |
| breakpoint.mobileLandscape | dimension | 640px | --breakpoint-mobileLandscape |
| breakpoint.tablet | dimension | 768px | --breakpoint-tablet |
| breakpoint.desktop | dimension | 1024px | --breakpoint-desktop |
| breakpoint.wide | dimension | 1280px | --breakpoint-wide |
| effect.sectionFade | string | linear-gradient(180deg, rgba(240,251,255,1) 0%, rgba(255,255,255,0) 100%) | --effect-sectionFade |
| effect.heroBannerOverlay | string | linear-gradient(100deg, rgba(226,175,167,0) 0%, rgba(0,84,154,1) 100%) | --effect-heroBannerOverlay |
| logo.primary | string | 726141_d270031e622a4d8ba6953aa0d8819626~mv2.png | --logo-primary |
| logo.stacked | string | 726141_73b5cf7ac7cd4e04a00f637733a7047d~mv2.png | --logo-stacked |
| logo.footer | string | 726141_97f2d4084d4a42f6b8eca89511b9114c~mv2.png | --logo-footer |
| logo.wixCdnBase | string | https://static.wixstatic.com/media/ | --logo-wixCdnBase |
| logo.brandColors.emblemBlue | color | #0FA2DB | --logo-brandColors-emblemBlue |
| logo.brandColors.emblemLeaf | color | #4CAF50 | --logo-brandColors-emblemLeaf |
{
"$schema": "https://design-tokens.org/schema.json",
"color": {
"primary": {
"base": {
"$value": "#261D77",
"$type": "color",
"$description": "Deep Indigo — primary brand color used for all headings and hero text"
},
"dark": {
"$value": "#00549A",
"$type": "color",
"$description": "Navy Blue — darker brand accent, gradient endpoint"
},
"light": {
"$value": "#383085",
"$type": "color",
"$description": "Medium Purple-Blue — secondary heading color"
},
"hover": {
"$value": "#1A1460",
"$type": "color",
"$description": "Deep indigo hover state — 10% darker than base"
},
"active": {
"$value": "#140F4D",
"$type": "color",
"$description": "Deep indigo active/pressed state"
},
"muted": {
"$value": "#261D7733",
"$type": "color",
"$description": "Primary indigo at 20% opacity for subtle backgrounds"
}
},
"accent": {
"blue": {
"$value": "#008AFC",
"$type": "color",
"$description": "Bright Blue — primary CTA color, buttons, links"
},
"blueHover": {
"$value": "#0075D6",
"$type": "color",
"$description": "CTA blue hover state — slightly darker"
},
"skyBlue": {
"$value": "#0FA2DB",
"$type": "color",
"$description": "Sky Blue — secondary accent, section backgrounds, button variant"
},
"skyBlueHover": {
"$value": "#0D8FC2",
"$type": "color",
"$description": "Sky blue hover state"
},
"mint": {
"$value": "#B6F3E8",
"$type": "color",
"$description": "Mint Green — subtle border accent, herbal freshness indicator"
},
"herbalGreen": {
"$value": "#4CAF50",
"$type": "color",
"$description": "Herbal Green — suggested accent for natural/botanical sections"
},
"warmPeach": {
"$value": "#E2AFA7",
"$type": "color",
"$description": "Warm Peach — gradient start color, softening element from current site"
},
"gold": {
"$value": "#D4A847",
"$type": "color",
"$description": "Gold — premium/quality indicator accent, suggested for new multi-product layout"
}
},
"background": {
"white": {
"$value": "#FFFFFF",
"$type": "color",
"$description": "White — primary page background"
},
"lightBlue": {
"$value": "#F0FBFF",
"$type": "color",
"$description": "Lightest Blue Tint — alternate section background"
},
"skySection": {
"$value": "#0FA2DB",
"$type": "color",
"$description": "Sky Blue section background — used for feature highlight strips"
},
"heroOverlay": {
"$value": "#00549A",
"$type": "color",
"$description": "Navy overlay for hero sections"
},
"card": {
"$value": "#F8FCFF",
"$type": "color",
"$description": "Very light blue card surface"
},
"elevated": {
"$value": "#EDF7FE",
"$type": "color",
"$description": "Slightly tinted elevated surface"
},
"dark": {
"$value": "#1A2332",
"$type": "color",
"$description": "Dark background — for footer or dark sections in overhaul"
},
"input": {
"$value": "#F5F9FC",
"$type": "color",
"$description": "Input field background"
},
"overlay": {
"$value": "#00549AE6",
"$type": "color",
"$description": "Navy overlay at 90% opacity"
}
},
"text": {
"primary": {
"$value": "#261D77",
"$type": "color",
"$description": "Primary text — deep indigo (matches heading color)"
},
"secondary": {
"$value": "#383085",
"$type": "color",
"$description": "Secondary text — purple-blue"
},
"body": {
"$value": "#333333",
"$type": "color",
"$description": "Body text — dark grey for readability"
},
"muted": {
"$value": "#656199",
"$type": "color",
"$description": "Muted/tertiary text — lighter indigo"
},
"inverse": {
"$value": "#FFFFFF",
"$type": "color",
"$description": "White text on dark/blue backgrounds"
},
"onBlue": {
"$value": "#FFFFFF",
"$type": "color",
"$description": "Text on blue CTA buttons"
},
"link": {
"$value": "#116DFF",
"$type": "color",
"$description": "Link blue — from Wix default"
},
"linkVisited": {
"$value": "#0000EE",
"$type": "color",
"$description": "Visited link color"
},
"bodyAlt": {
"$value": "#2F2E2E",
"$type": "color",
"$description": "Dark charcoal body text variant - found in computed styles across all pages"
}
},
"border": {
"default": {
"$value": "#DBDBDB",
"$type": "color",
"$description": "Default border — light grey"
},
"subtle": {
"$value": "#E8E8E8",
"$type": "color",
"$description": "Subtle border — barely visible"
},
"focus": {
"$value": "#008AFC",
"$type": "color",
"$description": "Focus ring — bright blue for accessibility"
},
"accent": {
"$value": "#B6F3E8",
"$type": "color",
"$description": "Accent border — mint green"
},
"dark": {
"$value": "#324158",
"$type": "color",
"$description": "Dark border — from footer/dark sections"
}
},
"status": {
"success": {
"$value": "#22C55E",
"$type": "color",
"$description": "Success green"
},
"warning": {
"$value": "#EAB308",
"$type": "color",
"$description": "Warning yellow"
},
"error": {
"$value": "#EF4444",
"$type": "color",
"$description": "Error red"
},
"info": {
"$value": "#008AFC",
"$type": "color",
"$description": "Info — matches CTA blue"
}
},
"neutral": {
"0": {
"$value": "#FFFFFF",
"$type": "color",
"$description": "White"
},
"1": {
"$value": "#FAFAFA",
"$type": "color",
"$description": "Near-white — body background variant"
},
"2": {
"$value": "#F0FBFF",
"$type": "color",
"$description": "Light blue tint"
},
"3": {
"$value": "#B0B0B0",
"$type": "color",
"$description": "Medium grey"
},
"4": {
"$value": "#727272",
"$type": "color",
"$description": "Dark grey — from Wix palette"
},
"5": {
"$value": "#333333",
"$type": "color",
"$description": "Near-black body text"
},
"6": {
"$value": "#1A2332",
"$type": "color",
"$description": "Dark background"
},
"7": {
"$value": "#000000",
"$type": "color",
"$description": "Black"
}
},
"wixPalette": {
"peach1": {
"$value": "#F1BFA3",
"$type": "color",
"$description": "Wix color_18 — peach, used in button fills"
},
"peach2": {
"$value": "#F7E0D2",
"$type": "color",
"$description": "Wix color_17 — light peach"
},
"terracotta": {
"$value": "#A83725",
"$type": "color",
"$description": "Wix color_23 — terracotta red accent"
},
"lavender": {
"$value": "#9A95C9",
"$type": "color",
"$description": "Wix color_12 — lavender, secondary background"
},
"lightCyan": {
"$value": "#CEECFB",
"$type": "color",
"$description": "Wix color_31 — light cyan blue"
},
"mediumCyan": {
"$value": "#9ED9F7",
"$type": "color",
"$description": "Wix color_32 — medium cyan"
},
"deepPurple": {
"$value": "#383085",
"$type": "color",
"$description": "Wix color_40 — deep purple for accents"
}
}
},
"gradient": {
"heroFade": {
"$value": "linear-gradient(100deg, rgba(226,175,167,0) 0%, #00549A 100%)",
"$type": "gradient",
"$description": "Hero section gradient — warm peach transparency fading to navy blue"
},
"skyToWhite": {
"$value": "linear-gradient(180deg, #0FA2DB 0%, #FFFFFF 100%)",
"$type": "gradient",
"$description": "Sky blue to white vertical fade — section dividers"
},
"blueDepth": {
"$value": "linear-gradient(180deg, #008AFC 0%, #00549A 100%)",
"$type": "gradient",
"$description": "Blue depth gradient for cards and CTA backgrounds"
},
"herbalFresh": {
"$value": "linear-gradient(135deg, #B6F3E8 0%, #0FA2DB 100%)",
"$type": "gradient",
"$description": "Mint to sky blue — botanical freshness gradient"
},
"lightBlueWash": {
"$value": "linear-gradient(180deg, #F0FBFF 0%, #FFFFFF 100%)",
"$type": "gradient",
"$description": "Subtle light blue to white — section backgrounds"
},
"navyToIndigo": {
"$value": "linear-gradient(135deg, #00549A 0%, #261D77 100%)",
"$type": "gradient",
"$description": "Navy to indigo diagonal — premium/header treatment"
},
"headingBlue": {
"$value": "linear-gradient(90deg, #261D77, #008AFC)",
"$type": "gradient",
"$description": "Heading text gradient — indigo to bright blue"
},
"warmToBlue": {
"$value": "linear-gradient(100deg, #E2AFA7, #0FA2DB)",
"$type": "gradient",
"$description": "Warm peach to sky blue — transitional gradient"
}
},
"typography": {
"fontFamily": {
"heading": {
"$value": "'Georgia', 'Palatino', 'Book Antiqua', 'Palatino Linotype', serif",
"$type": "fontFamily",
"$description": "Georgia serif — main heading font throughout site"
},
"body": {
"$value": "'Open Sans', 'Questrial', sans-serif",
"$type": "fontFamily",
"$description": "Open Sans / Questrial — primary body text"
},
"accent": {
"$value": "'Poppins', sans-serif",
"$type": "fontFamily",
"$description": "Poppins — used for labels, feature callouts (SemiBold + ExtraLight variants)"
},
"nav": {
"$value": "'Montserrat', sans-serif",
"$type": "fontFamily",
"$description": "Montserrat — navigation and UI elements"
},
"fine": {
"$value": "'Avenir LT W01 35 Light', sans-serif",
"$type": "fontFamily",
"$description": "Avenir Light — fine print, disclaimers, captions"
},
"mono": {
"$value": "'JetBrains Mono', 'Fira Code', monospace",
"$type": "fontFamily",
"$description": "Monospace fallback for code/data elements"
}
},
"fontSize": {
"xs": {
"$value": "0.625rem",
"$type": "dimension",
"$description": "10px — Wix base, fine print"
},
"sm": {
"$value": "0.8125rem",
"$type": "dimension",
"$description": "13px — small labels"
},
"base": {
"$value": "1rem",
"$type": "dimension",
"$description": "16px — body text"
},
"md": {
"$value": "1.125rem",
"$type": "dimension",
"$description": "18px — larger body"
},
"lg": {
"$value": "1.25rem",
"$type": "dimension",
"$description": "20px — subheadings, ingredient names"
},
"xl": {
"$value": "1.5625rem",
"$type": "dimension",
"$description": "25px — section subheads (Wix H5)"
},
"2xl": {
"$value": "1.875rem",
"$type": "dimension",
"$description": "30px — section headings"
},
"3xl": {
"$value": "2rem",
"$type": "dimension",
"$description": "32px — medium headings"
},
"4xl": {
"$value": "2.8125rem",
"$type": "dimension",
"$description": "45px — page section headings (H2)"
},
"5xl": {
"$value": "3.125rem",
"$type": "dimension",
"$description": "50px — hero/CTA headings"
},
"display": {
"$value": "4.375rem",
"$type": "dimension",
"$description": "70px — hero display text"
}
},
"fontWeight": {
"extralight": {
"$value": "200",
"$type": "fontWeight",
"$description": "Poppins ExtraLight — airy labels"
},
"regular": {
"$value": "400",
"$type": "fontWeight",
"$description": "Georgia Regular / Open Sans Regular — body and headings"
},
"semibold": {
"$value": "600",
"$type": "fontWeight",
"$description": "Poppins SemiBold — feature callouts"
},
"bold": {
"$value": "700",
"$type": "fontWeight",
"$description": "Bold — emphasis and CTA text"
}
},
"lineHeight": {
"tight": {
"$value": "1.0",
"$type": "number",
"$description": "Display/hero headline leading"
},
"snug": {
"$value": "1.2",
"$type": "number",
"$description": "Heading leading — Georgia headings"
},
"base": {
"$value": "1.4",
"$type": "number",
"$description": "Wix global line-height — all font presets"
},
"relaxed": {
"$value": "1.6",
"$type": "number",
"$description": "Body text comfortable reading"
},
"loose": {
"$value": "1.8",
"$type": "number",
"$description": "Long-form content, ingredient descriptions"
}
},
"letterSpacing": {
"tight": {
"$value": "0em",
"$type": "dimension",
"$description": "Default — no letter spacing"
},
"normal": {
"$value": "0.65px",
"$type": "dimension",
"$description": "Body text — subtle spacing from site CSS"
},
"wide": {
"$value": "0.9px",
"$type": "dimension",
"$description": "Labels and subheadings"
},
"wider": {
"$value": "1.4px",
"$type": "dimension",
"$description": "Navigation and caps labels"
}
}
},
"spacing": {
"0": {
"$value": "0px",
"$type": "dimension"
},
"1": {
"$value": "4px",
"$type": "dimension"
},
"2": {
"$value": "8px",
"$type": "dimension"
},
"3": {
"$value": "12px",
"$type": "dimension"
},
"4": {
"$value": "16px",
"$type": "dimension"
},
"5": {
"$value": "20px",
"$type": "dimension"
},
"6": {
"$value": "24px",
"$type": "dimension"
},
"8": {
"$value": "32px",
"$type": "dimension"
},
"10": {
"$value": "40px",
"$type": "dimension"
},
"12": {
"$value": "48px",
"$type": "dimension"
},
"16": {
"$value": "64px",
"$type": "dimension"
},
"20": {
"$value": "80px",
"$type": "dimension"
},
"24": {
"$value": "96px",
"$type": "dimension"
},
"32": {
"$value": "128px",
"$type": "dimension"
},
"40": {
"$value": "160px",
"$type": "dimension"
}
},
"borderRadius": {
"none": {
"$value": "0px",
"$type": "dimension"
},
"sm": {
"$value": "6px",
"$type": "dimension",
"$description": "Small radius — form inputs"
},
"md": {
"$value": "20px",
"$type": "dimension",
"$description": "Medium radius — cards (from site CSS)"
},
"lg": {
"$value": "24px",
"$type": "dimension",
"$description": "Large radius — feature cards"
},
"xl": {
"$value": "30px",
"$type": "dimension",
"$description": "Extra-large — image containers"
},
"2xl": {
"$value": "50px",
"$type": "dimension",
"$description": "Very rounded — decorative elements"
},
"full": {
"$value": "100px",
"$type": "dimension",
"$description": "Pill shape — CTA buttons (from site CSS)"
}
},
"shadow": {
"subtle": {
"$value": "0 1px 3px rgba(0,0,0,0.08)",
"$type": "shadow",
"$description": "Subtle card shadow"
},
"default": {
"$value": "0 4px 12px rgba(0,0,0,0.1)",
"$type": "shadow",
"$description": "Default elevation"
},
"elevated": {
"$value": "0 8px 24px rgba(0,0,0,0.12)",
"$type": "shadow",
"$description": "Elevated card shadow"
},
"white": {
"$value": "0 0 0 0 #FFFFFF",
"$type": "shadow",
"$description": "White shadow — from site CSS (decorative)"
},
"glowBlue": {
"$value": "0 0 24px rgba(0,138,252,0.3)",
"$type": "shadow",
"$description": "Blue glow for CTA hover states"
},
"glowSky": {
"$value": "0 0 20px rgba(15,162,219,0.25)",
"$type": "shadow",
"$description": "Sky blue glow for secondary actions"
},
"glowMint": {
"$value": "0 0 16px rgba(182,243,232,0.4)",
"$type": "shadow",
"$description": "Mint glow for herbal/natural elements"
},
"card": {
"$value": "0 0 14px rgba(0,0,0,0.2)",
"$type": "shadow",
"$description": "Card/ingredient shadow - from live ingredients page computed styles"
}
},
"transition": {
"fast": {
"$value": "150ms ease-out",
"$type": "string",
"$description": "Fast micro-interactions"
},
"default": {
"$value": "300ms ease-in-out",
"$type": "string",
"$description": "Standard transitions"
},
"slow": {
"$value": "500ms ease-in-out",
"$type": "string",
"$description": "Slideshow/testimonial transitions"
},
"pageTransition": {
"$value": "600ms cubic-bezier(0.83, 0, 0.17, 1)",
"$type": "string",
"$description": "Wix page transition timing — from site view-transition CSS"
}
},
"breakpoint": {
"mobile": {
"$value": "480px",
"$type": "dimension"
},
"mobileLandscape": {
"$value": "640px",
"$type": "dimension"
},
"tablet": {
"$value": "768px",
"$type": "dimension"
},
"desktop": {
"$value": "1024px",
"$type": "dimension"
},
"wide": {
"$value": "1280px",
"$type": "dimension"
}
},
"effect": {
"sectionFade": {
"$value": "linear-gradient(180deg, rgba(240,251,255,1) 0%, rgba(255,255,255,0) 100%)",
"$type": "string",
"$description": "Soft blue-to-transparent section divider — current site pattern"
},
"heroBannerOverlay": {
"$value": "linear-gradient(100deg, rgba(226,175,167,0) 0%, rgba(0,84,154,1) 100%)",
"$type": "string",
"$description": "Hero banner gradient overlay — warm transparency to navy"
}
},
"logo": {
"primary": {
"$value": "726141_d270031e622a4d8ba6953aa0d8819626~mv2.png",
"$type": "string",
"$description": "Primary horizontal logo — header nav bar (197x66px on Wix CDN)"
},
"stacked": {
"$value": "726141_73b5cf7ac7cd4e04a00f637733a7047d~mv2.png",
"$type": "string",
"$description": "Stacked logo mark — large brand emblem (345x401px on Wix CDN)"
},
"footer": {
"$value": "726141_97f2d4084d4a42f6b8eca89511b9114c~mv2.png",
"$type": "string",
"$description": "Footer logo variant"
},
"wixCdnBase": {
"$value": "https://static.wixstatic.com/media/",
"$type": "string",
"$description": "Base URL for Wix-hosted assets"
},
"brandColors": {
"emblemBlue": {
"$value": "#0FA2DB",
"$type": "color",
"$description": "Logo emblem primary blue"
},
"emblemLeaf": {
"$value": "#4CAF50",
"$type": "color",
"$description": "Leaf/botanical element in logo"
}
}
}
}