*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

/* Font family is set via CSS variable in Style.css */
* {
  font-family: 'DM Sans', system-ui, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  color: inherit;
  cursor: pointer;
}

img {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
}

button {
  font-family: inherit;
}

input, select, textarea {
  font-family: inherit;
}
