/* wwwroot/css/site.css */
body {
    /* Flatly already sets font + colors; keep tweaks subtle */
}

/* Example: slightly tighter top spacing */
main {
    min-height: 70vh;
}

/* Custom helper */
.card-section {
    margin-bottom: 1.5rem;
}

