* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Link */
a {
  text-decoration: none;
  color: var(--black);
  transition: color 0.3s ease;
}

  a:hover {
    color: var(--black);
    text-decoration: none;
  }

p,
span,
a,
li,
button,
input,
label,
option,
select,
textarea {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.heading-card-title {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: var(--gray-color-1);
}
