@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

.hero .hero__content h1 {
    font-size: clamp(50px, 7.5vw, 90px) !important;
}

.news .news__item figcaption span,
.menu .menu__sets .set__card .set__prices .set__previous-price,
.menu .menu__sets .set__card .set__price,
.menu .menu__dishes .menu__item .item__title,
.menu .menu__drinks .drink__title,
.slider-right .slide figcaption .slide__date,
.modal .modal__wrapper .modal__content .modal__price,
.modal .modal__heading strong,
.footer .footer__top .footer__nav li:hover a,
.header__menu>li:hover>a,
.network .network__label,
h3,
h2,
.hero .hero__content h1,
h1 strong,
.banner__title strong {
    font-family: "Instrument Serif", sans-serif;
}

.menu .menu__drinks .drink__title, .menu .menu__dishes .menu__item .item__title h4 {
    font-weight: 400;
}