/* Custom styles for Material theme */
.md-grid {
    /* Expand content width for better readability */
    max-width: 1200px;
}

body {
    /* Use a clean, cross-platform font stack */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
