@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Merriweather:wght@400;700&display=swap');
input, select, textarea {
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  border-radius: 6px;
  border: 1px solid #ccd3db;
  background: #f9fbfc;
}

button {
  background: #1f3a5f;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

footer {
  background: #0f1c2e;
  color: #cfd8e3;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}

.small { font-size: 12px; color: #6b7785; }
