@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 .text-black {
    color: #000;
}

#product-page .service-card {
    border-width: 1px;
    border-color: #FFF;
    border-style: solid;
    border-radius: 20px;
}

#product-page .service-card:hover {
    border-color: #b8b6b6;
}