body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.table-scroll {
    scrollbar-width: thin;
}

.text-wrap-anywhere {
    overflow-wrap: anywhere;
    word-break: break-word;
}
