/* Vissah at Monmouth - portal custom styles */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
select, input, textarea { font-family: inherit; }
