:root {
    --content-max-width: 900px;
}

header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #e0e0e0;
}

header .title {
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Crossfade same-origin navigations (e.g. the language switch) instead of a
   white flash. Browsers without view-transition support ignore this. */
@view-transition {
    navigation: auto;
}
