:where([class^="ri-"])::before { content: "\f3c2"; }
body {
background-color: #121212;
color: #ffffff;
font-family: 'Inter', sans-serif;;
}
.table-container {
overflow-x: auto;
}
.table-row:not(:first-child):hover {
background-color: rgba(255, 255, 255, 0.05);
}