*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1a1a1a;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.placeholder-banner {
  background: #fff7d6;
  border-bottom: 1px solid #e8d97a;
  color: #5b4a00;
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
  text-align: center;
}

.placeholder-banner a {
  color: #5b4a00;
  font-weight: 600;
}
