@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 16px;
}
.border {
border-style: solid;
border-color: theme('borderColor.DEFAULT', currentColor);