/* Google font betöltése közvetlenül CSS-ből */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

/* Modern font teljes QWC2-re */
body,
#app,
.qwc2,
.qwc2 *,
.sidepanel,
.sidepanel *,
.topbar,
.topbar *,
#TopBar,
#TopBar *,
button,
button *,
input,
select,
textarea,
span,
div,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
li,
a {
  font-family: 'Inter', system-ui, -apple-system, Arial, sans-serif !important;
}

/* Szebb panel cím */
.sidepanel-title {
  font-weight: 600 !important;
  letter-spacing: 0.3px;
}

/* Gomb felirat */
button {
  font-weight: 500 !important;
}

.sidepanel {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
}

#TopBar,
.topbar {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
}