@charset "UTF-8";

/* Local font override to avoid remote Google Fonts dependency */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/PlusJakartaSans-latin.woff2') format('woff2');
}

/* Keep typography consistent across DevExtreme theme and app shell */
html,
body,
.dx-viewport,
.dx-theme-material-typography,
.dx-theme-material-typography input,
.dx-theme-material-typography textarea,
.dx-widget,
.dx-button,
input,
textarea,
select {
  font-family: 'Plus Jakarta Sans', 'roboto fallback', sans-serif !important;
}
