@font-face {
  font-family: "NespressoLucas";
  src: url(../fonts/NespressoLucas-Regular.ttf) format("woff");
  font-weight: normal;
  font-style: normal;
}

#product-page {
  /*colors*/
  --yellow: #fdfe7d;
  --white: #fff;
  --black: #000;
  /* Text */
  --font-family: "NespressoLucas", Arial, sans-serif;

  font-family: var(--font-family);
  color: var(--black);
}

/* ###### hero ####### */
#product-page .hero-image {
}

/*####### info ######*/
.info .container a {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
