@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital,wght@0,400;1,400&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  color-scheme: light;
}

html, body {
  height: 100%;
  background: #F8FAFC;
  color: #0F172A;
}

* { box-sizing: border-box; }

.container {
  @apply mx-auto w-full max-w-6xl px-4;
}
