/* Minor global tweaks on top of Tailwind CDN, per Arsela design standards */
body {
  font-family: 'Aptos', 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #e2e6f0;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
