/* General body */
body {
  font-family: 'Inter', sans-serif;
  background: #f5f5f5;
  color: #222;
}

/* Center the main container */
.container {
  max-width: 560px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

/* Primary button */
.button.is-primary {
  background: #6366f1 !important;
  border-color: #6366f1 !important;
  border-radius: 6px !important;
  font-weight: 600;
}

.button.is-primary:hover {
  background: #4f46e5 !important;
}

/* Input fields */
.input, .select select {
  border-radius: 6px !important;
  border-color: #d1d5db !important;
}

/* Headings */
h1, h2, h3 {
  color: #111827;
  font-weight: 700;
}

/* Links */
a {
  color: #6366f1;
}

/* Subscription form checkbox labels */
.columns .column label {
  font-size: 0.95rem;
  color: #374151;
}
