/* Product Card Font RobotoMono-Regular - Устанавливает шрифт RobotoMono-Regular для карточки товара */

/* Переопределяем шрифт для body на странице товара */
body {
    font-family: "RobotoMono-Regular", monospace !important;
}

/* Также можно применить к конкретным элементам карточки товара */
.product-info,
.product-left,
.product-right,
.top-info-product,
.model-box,
.review,
.product-options,
.product-description,
.product-tabs {
    font-family: "RobotoMono-Regular", monospace !important;
}

/* Для заголовков товара */
.product-title,
.product-name,
h1, h2, h3, h4, h5, h6 {
    font-family: "RobotoMono-Regular", monospace !important;
}

/* Для цен и описаний */
.price,
.special,
.tax,
.description {
    font-family: "RobotoMono-Regular", monospace !important;
}

/* Для кнопок и форм */
.btn,
.form-control,
.input-group {
    font-family: "RobotoMono-Regular", monospace !important;
}
