File size: 495 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "@automattic/color-studio/dist/color-variables";
@import "@automattic/components/src/styles/typography";

.blaze-plugin-header {
	display: flex;
	flex-direction: column;

	h2 {
		color: $studio-gray-100;
		font-family: $font-sf-pro-display;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 500;
		letter-spacing: 0.36px;
		line-height: 1.33;
	}

	&.advertising__page-header_has-banner {
		h2 {
			font-size: 0.875rem;
			letter-spacing: -0.15px;
			line-height: 1.43;
		}
	}

}