body {
  font-family: "Gilroy";
  font-weight: normal;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: var(--transition-default);
  text-decoration: none;
}

a:hover {
  color: var(--theme-accent);
}

.text-center {
  text-align: center;
}