/*
 * Shared Build Digital tokens observed from public theme contracts.
 * Revalidate these values on the authorised WordPress staging host before
 * installation or activation; this draft does not claim host parity.
 */
:root {
  --bdk-color-deep-teal: #0D5951;
  --bdk-color-magenta: #B14581;
  --bdk-color-blue-accent: #3F88A7;
  --bdk-color-pillar-adopt: var(--bdk-color-magenta);
  --bdk-color-pillar-implement: var(--bdk-color-deep-teal);
  --bdk-color-pillar-innovate: var(--bdk-color-blue-accent);
  --bdk-color-ink: #2D2926;
  --bdk-color-muted: #706C69;
  --bdk-color-page: #FAFAFA;
  --bdk-color-surface-soft: #F8F7F6;
  --bdk-color-border: #E5E5E5;
  --bdk-color-border-warm: #E8E4E1;
  --bdk-color-meta: #666666;
  --bdk-color-track: #EEEEEE;
  --bdk-color-white: #FFFFFF;
  --bdk-font-heading: "Roboto Slab", Georgia, serif;
  --bdk-font-interface: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --bdk-content-max-width: 80rem;
  --bdk-reading-max-width: 60rem;
  --bdk-container-padding: 1.5rem;
  --bdk-container-padding-small: 1rem;
  --bdk-radius-control: 0.125rem;
  --bdk-breakpoint-tablet: 64rem;
  --bdk-breakpoint-mobile: 48rem;
  --bdk-journey-navigation-gap: 1rem;
}
