/**
 * Borrow Blocksy Customizer typography (Buttons, Quote, …) on Counter
 * value/label without changing the HTML tag.
 */

.gs-counter.pioneer-gs-counter-font--buttons,
.gs-counterlabel.pioneer-gs-counter-font--buttons {
	font-family: var(--theme-button-font-family, var(--theme-font-family));
	font-weight: var(--theme-button-font-weight);
	font-style: var(--theme-button-font-style, normal);
	letter-spacing: var(--theme-button-letter-spacing);
	text-transform: var(--theme-button-text-transform, none);
}
