/* ==========================================================================
   Brand: Chef Destiny / Haley's Place (food)
   Amber primary with royal blue secondary. Amber sampled from
   Update_Cooking_Website_Mockup.png; blue sampled from the supplied logo.
   Load after tokens.css, before base.css.
   ========================================================================== */

:root {
  --brand:        #EDAD3D;
  --brand-deep:   #D2942B;
  --brand-tint:   #FDF6E9;
  --brand-tint-2: #FBEFD6;
  --brand-footer: #EDAD3D;

  /* Royal blue from the logo. Used for headings, links and the footer. */
  --accent:      #0054CE;
  --accent-deep: #0043A6;

  --ink:  #14161C;
  --body: #55585F;
}
