@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap");
:root {
  --bg: #f4f7f8;
  --ink: #1c1c1c;
  --header: #ffffff;
  --header-ink: #1c1c1c;
  --accent: #e10600;
  --cta: #e10600;
  --cta-ink: #ffffff;
  --card: #ffffff;
  --line: #e1e6e8;
  --mute: #555555;
  --font: "Nunito", system-ui, sans-serif;
  --display: "Nunito", "Nunito", system-ui, sans-serif;
  --radius: 18px;
  --logo-h: 50px;
  --scheme: light;
}
.brand-zamba .top{box-shadow:inset 0 -6px 0 var(--accent)}
