/* src/client/styles.css */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  background-color: black;
  text-align: center;
  padding-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#app {
  padding: 1rem;
}
h1 {
  color: white;
}
b {
  color: white;
  font-weight: bold;
}
a {
  color: #ccc;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: #555;
}
.author {
  max-width: 520px;
  margin: 2rem auto;
  padding: 1.5rem 1.25rem;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
.author-portrait {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 4px;
  border: 1px solid #e06b6b;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #461f1f, 0 0 28px rgba(224, 107, 107, 0.3);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.author-portrait:hover,
.author-portrait:focus-visible {
  box-shadow: 0 0 0 1px #692d2d, 0 0 36px rgba(224, 107, 107, 0.5);
  transform: translateY(-2px);
}
.author-portrait img {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}
.author h2 {
  color: white;
  font-size: 1.35rem;
}
.author p:not(.eyebrow) {
  margin: 0 auto 1rem;
  max-width: 460px;
}
.eyebrow {
  margin: 0 0 0.5rem;
  color: #e06b6b;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.author a {
  color: #f0a0a0;
}
/*# sourceMappingURL=index.css.map */
