/* Placeholder stylesheet to avoid 404s referenced from templates/base.html */
:root {
    --imhotep-primary: #0284c7;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #f3f4f6;
    color: #1f2937;
    animation-duration: 0.2s;
    transition: ease-in-out;
}

.content-wrapper {
    min-height: 100vh;
}
