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

:root {
  color-scheme: light;
  background: #f7f9fb;
  color: #1f2933;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: #f7f9fb;
  color: #1f2933;
}

a {
  color: inherit;
  text-decoration: none;
}
