p {
  font-size: 2rem;
}

a {
  text-decoration: none;
  color: var(--col7);
}

.heading-1 {
  font-family: 'Italiana';
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.08em;

  color: var(--col9);
}

.heading-2 {
  font-family: 'Italiana';
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.08em;

  color: var(--col6);
}


