@font-face {
    font-family: Myriad_Pro_Regular;
    src: url(../fonts/Myriad_Pro_Regular.ttf);
}

body {
    font-family: Myriad_Pro_Regular;
}

.list-unstyled li{
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.modal-content{
    min-height: 300px;
}

.product-card .product-card-title>a{
    color: black;
}