File size: 388 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@use "sass:math";

@import "@wordpress/base-styles/breakpoints";
@import "@automattic/typography/styles/variables";

@mixin stats-section-header {
	color: var(--studio-gray-100);
	font-family: $brand-serif;
	font-size: $font-title-large;
	font-weight: 400;
	line-height: 40px;

	@media (max-width: $break-mobile) {
		font-size: $font-title-medium;

		.prefix {
			display: none;
		}
	}
}