@import url("styles-compact.css");
@import url("styles-projects.css");

a:focus-visible {
  outline-color: #9e3200;
  box-shadow: 0 0 0 2px #ffffff;
}

body .life-draw-button:focus-visible {
  outline-color: #9e3200;
  box-shadow: 0 0 0 2px #ffffff;
}

.life-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-meta {
  color: #6b5846;
}

@media (min-width: 621px) {
  .hero-card {
    min-height: 430px;
    padding: 24px 34px;
  }
}
