:root > * {
  --md-primary-fg-color: #a9471b;
  --md-primary-fg-color--light: #d8782c;
  --md-primary-fg-color--dark: #6f2b14;
  --md-accent-fg-color: #e58a3a;
}

.rustyhama-hero {
  text-align: center;
  margin: 1rem auto 2rem;
}

.rustyhama-hero img {
  width: min(240px, 52vw);
  filter: drop-shadow(0 1rem 1.5rem rgb(0 0 0 / 24%));
}

.rustyhama-hero h1 {
  margin-bottom: 0.25rem;
}

.rustyhama-release {
  padding: 1rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--md-accent-fg-color) 45%, transparent);
  border-radius: 0.8rem;
  background: color-mix(in srgb, var(--md-primary-fg-color) 12%, transparent);
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}
