/* MMH Listmonk Public Theme — Pine & Honey */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&display=swap');

body {
  font-family: "Inter", -apple-system, sans-serif !important;
  background-color: #F5F5F0 !important;
  color: #2E3135 !important;
}

h1, h2, h3, h4 {
  font-family: "Merriweather", Georgia, serif !important;
  color: #4F6D5E !important;
}

a {
  color: #D4A017 !important;
  text-decoration-color: rgba(212, 160, 23, 0.3) !important;
}
a:hover {
  color: #B8891A !important;
}

/* Login and action buttons */
.button, button, input[type="submit"] {
  font-family: "Inter", sans-serif !important;
  background-color: #D4A017 !important;
  border-color: #D4A017 !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
}
.button:hover, button:hover, input[type="submit"]:hover {
  background-color: #B8891A !important;
  border-color: #B8891A !important;
  color: #FFFFFF !important;
}

/* Form inputs */
input[type="email"], input[type="text"], input[type="password"], select {
  font-family: "Inter", sans-serif !important;
  border-radius: 6px !important;
}
input:focus, select:focus {
  border-color: #D4A017 !important;
  box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.2) !important;
}

/* Logo */
.logo img {
  max-width: 40px !important;
  height: auto !important;
}
.logo::after {
  content: "Mayfield Mountain Honey Mailing List";
  display: block;
  font-family: "Merriweather", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #4F6D5E;
  margin-top: 0.5rem;
}
.logo-icon {
  fill: #D4A017 !important;
}

.wrap {
  max-width: 480px;
}