/* Design tokens for the Premier Dentistry templates.
   Spec: docs/superpowers/specs/2026-09-10-content-page-refresh-design.md
   Loaded before seo.css. New stylesheets take every colour and face from here; no literals. */
:root {
  --pd-ink: #111A3A;        /* headings, bold text, active contents item */
  --pd-navy: #123A72;       /* links, dots, active marks, phone number */
  --pd-blue: #5585CC;       /* primary buttons only */
  --pd-blue-deep: #2B5CA5;  /* button hover */
  --pd-text: #2A3140;       /* body copy */
  --pd-muted: #66708A;      /* labels, meta, secondary contents items */
  --pd-hair: #DCE3EE;       /* every rule and divider */
  --pd-paper: #F4F7FB;      /* bands and surfaces */
  --pd-gold: #E0A32B;       /* review stars (also used by the mobile sheet) */
  --pd-display: 'Vidaloka', Georgia, serif;
  --pd-label: 'Raleway', "Helvetica Neue", Arial, sans-serif;
  --pd-body: 'Lato', "Helvetica Neue", Arial, sans-serif;
}
