/* Emerald Coffee custom styles */
body {
  font-family: "Inter", "system-ui", "sans-serif";
}
.bg-emerald-50 {
  background-color: #ecfdf5;
}
.bg-emerald-100 {
  background-color: #d1fae5;
}
.bg-emerald-700 {
  background-color: #047857;
}
.bg-emerald-800 {
  background-color: #065f46;
}
.bg-emerald-900 {
  background-color: #064e3b;
}
.text-emerald-700 {
  color: #047857;
}
.text-emerald-900 {
  color: #064e3b;
}
.rounded-xl {
  border-radius: 1rem;
}
.font-serif {
  font-family: "Georgia", serif;
}
