/* ============================================================
   Chicken — accent overrides only
   Warm roasted-chicken palette
   ============================================================ */

:root {
  --accent: #c67c3b;
  --accent-soft: #d2691e;
  --accent-bright: #f0a04b;
  --accent-glow: rgba(198, 124, 59, 0.35);
  --accent-tint: rgba(198, 124, 59, 0.10);
}

.logo {
  background: linear-gradient(105deg, #f0a04b 0%, #d2691e 55%, #a0522d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
