/**
 * Viera Health Care brand tokens.
 * HK Grotesk is the primary brand face for body, navigation and headings.
 * Allura is self-hosted only for brief handwritten accents.
 */
:root {
  --vhc-color-primary-light: #164f8f;
  --vhc-color-primary: #062e61;
  --vhc-color-primary-dark: #031c3b;
  --vhc-color-accent: #db082a;
  --vhc-color-accent-dark: #a80620;
  --vhc-color-accent-soft: #fde8ec;
  --vhc-color-background: #f7f9fc;
  --vhc-color-text: #142033;
  --vhc-color-white: #ffffff;
  --vhc-color-surface-muted: #edf2f8;
  --vhc-color-text-muted: #526174;
  --vhc-color-border: #cfd9e6;
  --vhc-color-focus: #0b63ce;
  --vhc-color-error: #b42318;
  --vhc-color-success: #217a4b;
  --vhc-overlay-hero: rgb(3 28 59 / 76%);
  --vhc-overlay-card: rgb(3 28 59 / 94%);

  --vhc-font-script: "Allura", "Segoe Script", cursive;
  --vhc-font-display: "HK Grotesk", "Helvetica Neue", Arial, sans-serif;
  --vhc-font-body: "HK Grotesk", "Helvetica Neue", Arial, sans-serif;

  --vhc-text-xs: 0.75rem;
  --vhc-text-sm: 0.875rem;
  --vhc-text-base: 1rem;
  --vhc-text-md: 1.125rem;
  --vhc-text-lg: clamp(1.5rem, 2.4vw, 2.125rem);
  --vhc-text-xl: clamp(2rem, 4vw, 3.25rem);
  --vhc-text-hero: clamp(2.75rem, 7vw, 5.5rem);
  --vhc-leading-tight: 1.15;
  --vhc-leading-body: 1.7;
  --vhc-tracking-ui: 0.125em;
  --vhc-tracking-label: 0.2em;

  --vhc-space-1: 0.25rem;
  --vhc-space-2: 0.5rem;
  --vhc-space-3: 0.75rem;
  --vhc-space-4: 1rem;
  --vhc-space-5: 1.5rem;
  --vhc-space-6: 2rem;
  --vhc-space-7: 3rem;
  --vhc-space-8: 4.5rem;
  --vhc-space-9: 6.25rem;

  --vhc-radius-sm: 0.5rem;
  --vhc-radius-md: 1rem;
  --vhc-radius-full: 999px;
  --vhc-border-thin: 1px;
  --vhc-container: 68.75rem;
  --vhc-container-narrow: 45rem;
  --vhc-content-measure: 68ch;
  --vhc-gutter: clamp(1.5rem, 4vw, 3rem);
  --vhc-shadow-card: 0 1px 3px rgb(6 46 97 / 10%);
  --vhc-shadow-raised: 0 1rem 3rem rgb(3 28 59 / 18%);
  --vhc-transition-fast: 180ms ease;
  --vhc-transition-base: 280ms ease;
  --vhc-z-header: 100;
  --vhc-z-overlay: 10;
  --vhc-target-min: 2.75rem;
}
