/**
 * Canvas Feature: Extra-large counter figure.
 *
 * The display-scale counter: a figure that grows with the viewport instead of
 * sitting at a fixed size, with the tighter tracking a number that large needs.
 * Loaded only for markup that carries `.counter-xlarge`.
 *
 * @package Canvas
 * @since   1.0.0
 */

.counter.counter-xlarge {
	font-size: calc(2.475rem + 2.7vw);
	letter-spacing: -2px;
}
