html, body {
    font-family: 'Inter', sans-serif;
}

.mud-table .mud-table-cell {
    font-size: 0.875rem;
}

/* Traffic body viewer */
.body-viewer {
    max-height: 500px;
    overflow: auto;
    background: var(--mud-palette-background-grey);
    border-radius: 4px;
    padding: 12px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 0.8125rem;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Status code coloring */
.status-2xx { color: var(--mud-palette-success); font-weight: 600; }
.status-3xx { color: var(--mud-palette-info); font-weight: 600; }
.status-4xx { color: var(--mud-palette-warning); font-weight: 600; }
.status-5xx { color: var(--mud-palette-error); font-weight: 600; }
