:root {
  --background: rgb(43, 43, 43);
  --foreground: rgb(250, 250, 250);
  --accent: rgb(216, 93, 31);
}

.landing-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.landing-logo {
  width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
}

.landing-tagline {
  font-size: 1.1rem;
  color: var(--foreground);
}

.landing-tagline a {
  color: var(--accent);
  text-decoration: none;
}

.landing-tagline a:hover {
  text-decoration: underline;
}

.post-author a {
  color: var(--accent);
  text-decoration: none;
}

.post-author a:hover {
  text-decoration: underline;
}

.hiring-banner {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 2px solid var(--accent);
  border-radius: 4px;
}

.hiring-banner h3 {
  margin-top: 0;
  color: var(--accent);
}

.hiring-banner p {
  margin: 0.5rem 0;
}

.hiring-banner a {
  color: var(--accent);
  font-weight: bold;
  text-decoration: none;
}

.hiring-banner a:hover {
  text-decoration: underline;
}
