/* Shared styles for all Wave Staff Hub pages */

body {
    font-family: system-ui, -apple-system, sans-serif;
    background: #1a1a2e;
    color: #eaeaea;
    margin: 0;
    padding: 2rem;
    text-align: center;
}
