/* =====================================================================
   CARD — base CSS reset
   Element defaults with no dependency on custom properties.
   Loaded first, before index.css.
   ===================================================================== */

* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}
strong, b {
  font-weight: 500;
}
