@import "tailwindcss";
@plugin "@tailwindcss/forms";
@plugin "@tailwindcss/typography";

/* Monospace text should be slightly smaller for visual balance */
code, pre, .font-mono {
  font-size: 0.8em;
}
