/* Bodhi / xMango Modern Design System */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --brand-gold: #F59E0B;
  --brand-navy: #0F172A;
  --brand-card: #1E293B;
  --brand-border: #334155;
}

body {
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

/* Custom Scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #020617;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #475569;
}
