@import './vendor/@rocketsoftware/type/scss/type';
@import './vendor/@rocketsoftware/type/scss/font-face/mono';
@import './vendor/@rocketsoftware/type/scss/font-face/sans';

svg.#{$prefix}--#{$charts-prefix}--chart-svg {
	font-family: carbon--font-family('sans-condensed');

	text {
		font-size: 12px;
		font-weight: carbon--font-weight('regular');
		fill: $text-02;
	}

	g.gauge-numbers text.gauge-value-number {
		font-family: carbon--font-family('sans');
		font-weight: carbon--font-weight('light');
	}

	text.meter-title,
	text.percent-value {
		font-size: $carbon--base-font-size;
		font-family: carbon--font-family('sans');
	}

	text.meter-title {
		font-weight: carbon--font-weight('semibold');
	}
}
