@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoRegular-Latin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

#product-page {
  /* colors */
  --text-color: #4e444e;
  --white: #fff;
  /* text */
  font-family: "Lato", Arial, sans-serif;
  color: var(--text-color);
  background-color: var(--white);
  overflow-x: hidden;
}

#product-page .title {
  font-size: 20px;
}

#product-page .text {
  font-size: 18px;
}

/* profitez */
#profitez {
  margin: 7rem 0;
}

/* ports  */
#product-page #ports ul.ports-numbers {
  list-style-type: none;
}

#product-page .port-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  margin-right: 1rem;
}
