@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;
    font-size: 18px;
}

#product-page h1 {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    color: var(--text-color);
    font-size: 20px;
}

#product-page .text-black {
    color: #000;
}

#product-page .title {
    font-size: 20px;
}

#product-page .text {
    font-size: 18px;
}

/* 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;
}