/* ==========================================================================
   Brand: AD Styles N Creations (hair)
   Bright yellow on white. Sampled from styles_n_creations_landing.png.
   Load after tokens.css, before base.css.
   ========================================================================== */

:root {
  --brand:        #FECC19;
  --brand-deep:   #EDB800;
  --brand-tint:   #FEF7EA;
  --brand-tint-2: #FEF3CB;
  --brand-footer: #FECD30;

  --accent:      var(--brand);
  --accent-deep: var(--brand-deep);

  --ink: #16130D;
}
