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

:root {
  --bg: #ffffff;
  --text: #0b1020;
}

html, body {
  height: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
}
