@charset "UTF-8";
div.HomeCard {
  height: fit-content;
}
div.HomeCard a.navLink {
  text-underline-offset: 4px;
  text-decoration: underline dotted #ff4f00;
  color: inherit;
}
div.HomeCard span.title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
div.HomeCard span.title:hover::after {
  content: " →";
}
div.HomeCard p.description {
  color: #27292c;
  max-width: 72ch;
}

div.HomeCard > div.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

[data-theme=dark] div.HomeCard a.navLink {
  color: #dbdee0;
}
[data-theme=dark] div.HomeCard p.description {
  color: #7e848c;
}

/*# sourceMappingURL=HomeCard.css.map */
