@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_900.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_700.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Museo Slab";
    src: url("../fonts/Museo_Slab_500.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

.intro__title {
    font-family: "Museo Sans", Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 40px;
}

.product-card  {
    border-radius: 8px;
    height: 485px;
}

.product-card__title p {
     font-family: "Museo Sans", Arial, sans-serif !important;
    font-weight: 900 !important;
     font-size: 21px;
        display: block;
    margin-block-start: 0px;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}


@media (max-width: 768px) {
   .product-card  {
    border-radius: 8px;
    height: 385px !important;
}
}