body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;
}

.layout {
    display: flex;
    min-height: 100vh;
}

/*
    HTMX
*/
/* Show spinner only during htmx request */
.htmx-request .htmx-indicator {
    display: inline-block !important;
}