body {
    margin: 0;
}

/* Remove plotly default white background bleed */
.js-plotly-plot .plotly {
    overflow: visible;
}

/* Mantine table font size */
.mantine-Table-table {
    font-size: 13px;
}

/* Mantine table header styling */
.mantine-Table-thead th {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #868e96;
}
