/* Bariz — Qadeem Agent shell */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
:root {
  --qd-bg: #111111;
  --qd-surface: #1e1e1e;
  --qd-ink: #ececec;
  --qd-muted: #737373;
  --qd-accent: #ffffff;
}
html, body {
  background-color: #111111 !important;
  color: #ececec !important;
  color-scheme: dark;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}
