@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply bg-denim-100 text-denim-700 font-open-sans min-h-screen;
}