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

/* Small custom touches on top of Tailwind */
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85em;
}
