body {
    font-family: "Open Sans", Arial, sans-serif, serif;
    font-size: 14px !important;
}

[data-bs-theme="light"] .text-blur {
    color: transparent;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] .text-blur {
    color: transparent;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.table .table-no-border tr, .table .table-no-border td {
  border: none !important;
}