/*
Theme Name: NP National Park Getaways
Template: np-theme
Description: National Park Getaways — the network's national hub. Colour, type and brand only; everything structural lives in NP Theme.
Author: Tom Tash
Version: 0.1.0
Text Domain: np-national-park-getaways
*/

/*
 * Override TOKENS, never components.
 *
 * The hub reads more editorial than the regional sites on purpose: it carries
 * comparisons, national planning and the store, so it wants authority rather
 * than a sense of place. Slate and ember, against Explore Maine's spruce and
 * Visit Southwest's canyon.
 *
 * Every ratio is measured by tools/contrast.php.
 */

:root {
  --np-primary:      #23343d;   /* Basalt — 12.88:1 with white */
  --np-on-primary:   #ffffff;
  --np-secondary:    #96561a;   /* Ember  —  5.76:1 with white */
  --np-on-secondary: #ffffff;

  --np-ink:        #151d22;     /* 17.06:1 on paper */
  --np-ink-soft:   #566168;     /* 6.35:1 on paper, 5.81:1 on mist */
  --np-line:       #dde2e4;
  --np-paper:      #ffffff;
  --np-paper-soft: #f3f5f6;     /* Mist */

  --np-body-stack:    'Source Sans 3', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --np-display-stack: 'Source Serif 4', Georgia, "Iowan Old Style", "Times New Roman", serif;
}
