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

body {
    font-family: system-ui, -apple-system, sans-serif;
}

.prose h2 {
    color: #BB0000;
    margin-top: 2rem;
}