@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
}


/* Awesome Table hide */
#widget-card--awesome-table {
  display: none !important;
}
.component-settings__available-widget:nth-child(4n) {
    border-right: 1px solid rgba(0, 0, 0, .12);
}