@font-face {
  font-family: "Familjen Grotesk";
  src: url("../assets/familjen-grotesk-variable.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

.preview-note {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--tobacco);
  color: var(--tobacco);
  font-size: 0.7rem;
  text-transform: uppercase;
}
