/* Minimal site styles - wall and admin override locally */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a1a;
    background: #f7f7f8;
}

a { color: #0d6efd; text-decoration: none; }
a:hover { text-decoration: underline; }
