/**
 * North Bend Digital — Brand Color Palette
 * https://brand.northbend.net/colors.css
 *
 * Usage:  @import url("https://brand.northbend.net/colors.css");
 * Or copy these custom properties into your own stylesheet.
 *
 * Canonical: brand.json (https://brand.northbend.net/brand.json)
 * License:   See LICENSE-ASSETS in the repo for permitted use of NBD brand colors.
 */

:root {
  /* Primary Colors */
  --nbd-forest:   #1D451D; /* Black Forest  — primary brand color, headers, primary buttons */
  --nbd-prussian: #101D42; /* Prussian Blue — secondary headers, dark backgrounds */

  /* Secondary Colors */
  --nbd-granite:  #847D7F; /* Rosy Granite  — secondary backgrounds, footer accents */
  --nbd-sky:      #81AFCA; /* Sky Blue      — accents, links, highlights (large text only) */

  /* Neutral Colors */
  --nbd-white:      #FFFFFF; /* Pure White  — page background, body text on dark */
  --nbd-charcoal:   #333333; /* Charcoal    — primary text, headings on light */
  --nbd-light-gray: #F5F5F5; /* Light Gray  — page backgrounds, dividers */

  /* Semantic Colors */
  --nbd-success: #22C55E; /* Success Green */
  --nbd-warning: #F59E0B; /* Warning Amber */
  --nbd-error:   #EF4444; /* Error Red     */
}
