/* ========== IMPORT FONTS ========== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');

/* ========== IMPORT STYLE ========== */
@import url(./title-wrapper.css);
@import url(./variables.css);
@import url(./memory.css);
@import url(./heroes.css);
@import url(./header.css);
@import url(./hero.css);
@import url(./add.css);

/* ========== RESET STYLE ========== */
* {
  -webkit-tap-highlight-color: transparent;
  font-family: "Unbounded", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  scrollbar-width: none;
  text-decoration: none;
  color: #181818;
  line-height: 1;
  padding: 0;
  margin: 0;
}