/* Base palette.
   --cda-* = brand-book (print) values from the Brand Guidelines PDF, p41 + p52.
   --web-* = the values actually shipped on cdanational.com. Where they differ, web wins on screen. */
:root{
  /* Identity */
  --cda-red:#D02030;          /* logo red */
  --cda-blue:#003057;         /* logo blue */
  --cda-navy:#122F43;         /* primary UI navy */

  /* Local color — the natural palette */
  --cda-teal:#1F455D;
  --cda-slate-blue:#4A676C;
  --cda-grey:#495963;
  --cda-hunter-green:#333E1D;
  --cda-gold:#B59769;
  --cda-burnt-gold:#B78B20;
  --cda-ochre:#D5BE68;
  --cda-tan:#C2BDB2;
  --cda-beige:#EEE2DA;
  --cda-cream:#F5F2EC;
  --cda-brown:#4D4640;
  --cda-dark-brown:#3D3B3F;

  /* Web palette as implemented */
  --web-navy:#122f43;
  --web-navy-hover:#1d4b6a;
  --web-light-navy:#1f455d;
  --web-mustard:#b59769;
  --web-mustard-hover:#dbbd5b;
  --web-green:#3b4625;
  --web-slate:#3d3b3f;
  --web-slate-blue:#4a676c;
  --web-brown:#4e463f;
  --web-taupe:#d5cec4;
  --web-beige:#f5f2ec;
  --web-beige-light:#f9f1ebcc;
  --web-text-grey:#495963;
  --web-gold:#cbb461;
  --web-red:#fb0004;

  /* Neutrals */
  --white:#ffffff;
  --black:#000000;
  --soft-grey:#f8f8f8;
  --light-grey:#f5f5f5;
  --lg:#fcfcfc;
  --silver:#e1e1e1;
  --border-grey:#eeeeee;

  /* Form colors */
  --input-bg:#eae9e1;
  --input-stroke:#393f4921;

  /* Carousel dots */
  --dot-gray:#888888;
  --dot-yellow:#d4c456;
  --dot-blue:#4a8bb5;
  --dot-white:#dddddd;
  --dot-red:#c45b52;
}
