/* Custom additions on top of Tailwind. */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body { background: #F5F1E8; }

/* Premium scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #EBE5D2; }
::-webkit-scrollbar-thumb { background: #2D5A41; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #1B3A2E; }
