:root {
  --cream: #f2e9d6;
  --navy: #122b5c;
  --orange: #d9663a;
  --ink: #1a1f2e;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --container-max: 480px;
  --dur-fast: 200ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
