:root {
  --ink: #19213d;
  --muted: #5f6680;
  --purple: #6757f5;
  --yellow: #ffd85a;
  --green: #36c98f;
  --line: #e3e5ef;
  --shadow: 0 18px 55px rgba(71, 64, 135, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Nunito, system-ui, sans-serif;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-family: Fredoka, Nunito, sans-serif; line-height: 1.08; margin-top: 0; }
p { color: var(--muted); }
.kids-container { width: min(1180px, calc(100% - 40px)); margin: auto; }
