.fostr .totals > * {
    font-family: var(--fostr-typography-font-body);
    font-style: var(--fostr-typography-font-style-normal);
    font-weight: var(--fostr-typography-font-weight-600);
    font-size: var(--fostr-typography-text-size-md);
    text-transform: none;
}

.fostr .totals .totals__shipping-value {
    font-size: var(--fostr-typography-text-size-1xs);
}