/*
  Site-specific theme overrides.
  Keep this file in the site repo (kokotots / chickytots) so each website can set its own colors.

  Example:

  :root{
    --orange:#ff8a5c;
    --green:#6fcf97;
    --bg-cream:#f6f0e3;
  }
  */

.kk-brand-mark img{
  width:120px;height:25px;
  border-radius:0px;
  border:0px solid rgba(0,0,0,.06);
  box-shadow:0 0px 0px rgba(0,0,0,.08);
}