/* Всё по умолчанию — Arial */
body,
.tn-atom,
.t-title,
.t-text,
.t-descr,
.t-name,
.t-uptitle {
  font-family: Arial, sans-serif !important;
}

/* А заголовки с классом .days — шрифт Days One */
h1.tn-atom {
  font-family: 'Days One', sans-serif !important;
}

/*код для добавления дополнительных кнопок в карточку товара*/
.t744__descr a {
    display: inline-block;
    padding: 12px 40px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
}

.t744__descr a:first-of-type {
    background-color: #21624A;
    color: #FFFFFF !important;
}
..t744__descr a:last-of-type {
    background-color: #566d90;
    color: #000000 !important;
}