html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  color: #334155;
}

[v-cloak] {
  display: none;
}

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

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

.soft-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(109, 159, 137, 0.42) rgba(255, 255, 255, 0.82);
}

.soft-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.soft-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.soft-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(109, 159, 137, 0.36);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.soft-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(109, 159, 137, 0.52);
}

.pastel-theme select,
.pastel-theme input,
.pastel-theme textarea {
  color: #334155;
}

.pastel-theme option {
  color: #334155;
  background: #fffdf9;
}

.pastel-theme ::selection {
  background: rgba(109, 159, 137, 0.22);
  color: #1e293b;
}
