@import url('base.css');
@import url('components.css');
@import url('layouts.css');

/* Index page specific styles - inherits from .index-layout */
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
    padding: 40px 20px;
}