/* Apply Roboto font to specified selectors */

.t-store__card,
.t-typography__title,
.t-store__card__price-currency, 
.t-store__card__price-value, 
.t-store__prod-popup__price-currency, 
.t-store__prod-popup__price-value, 
.t-store__prod__price-portion {
    
    /* Roboto Font Properties */
    font-weight: 500;
    font-family: 'Roboto';
}

.t-descr {
    font-family: 'Roboto', sans-serif;
}

.t-btn {
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}

.t-input_bbonly {
    font-family: 'Roboto', sans-serif;
}
.t-select_bbonly,
.t706 .t-submit {
    font-family: 'Roboto', sans-serif;
}

.t-name {
    font-family: 'Roboto', sans-serif;
}

 .t-store__card, .t-typography__title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto';
}


