/* Paslay Group design tokens - distilled from paslaygroup.com (2026-09-01) */
:root {
  /* Color */
  --pg-gold: #B59D4D;        /* primary accent: CTAs, eyebrows, overlays */
  --pg-ink: #1E1E1E;         /* primary text on light, text on gold */
  --pg-black: #050605;       /* hero / dark section background */
  --pg-alert-red: #BC5C4B;   /* news alert bar only */
  --pg-white: #FFFFFF;
  --pg-gray-text: #4A4A4A;   /* secondary text on light */
  --pg-panel-dark: #20232A;  /* alternate dark panel */

  /* Typography */
  --pg-font-display: "granville", Georgia, serif;
  --pg-font-body: "futura-pt", "Helvetica Neue", Arial, sans-serif;

  --pg-text-h1-size: 62px;
  --pg-text-h1-line: 68px;
  --pg-text-h1-tracking: -0.7px;
  --pg-text-h2-size: 45px;
  --pg-text-h2-line: 60px;
  --pg-text-h2-tracking: -0.5px;
  --pg-text-lead-size: 22px;
  --pg-text-lead-line: 37px;
  --pg-text-body-size: 16px;
  --pg-text-body-line: 1.667;
  --pg-text-quote-size: 25px;
  --pg-text-quote-line: 50px;
  --pg-text-label-size: 14px;
  --pg-text-label-tracking: 2.3px;
  --pg-text-button-size: 18px;
  --pg-text-button-tracking: 1.17px;

  /* Layout */
  --pg-grid-width: 1810px;
  --pg-grid-gutter: 8px;
  --pg-header-height: 126px;

  /* Spacing scale (matches the WP preset scale the theme uses) */
  --pg-space-2xs: 0.44rem;
  --pg-space-xs: 0.67rem;
  --pg-space-s: 1rem;
  --pg-space-m: 1.5rem;
  --pg-space-l: 2.25rem;
  --pg-space-xl: 3.38rem;
  --pg-space-2xl: 5.06rem;

  /* Shape: square corners brand-wide */
  --pg-radius: 0;
}

