@import url("icons.css");

:root {
  --md-primary-fg-color: #ef9c62;
  --md-primary-fg-color--dark: #d88349;
}

article h1, article h2 {
  color: #ef9c62 !important;
  font-weight: 400;
  text-transform: uppercase;
}

article img {
  border-radius: 4px;
  cursor: pointer;
}
