body {
	-webkit-font-smoothing: antialiased;
}

.example-container {
	.page-live-example-content {
		h1 {
			font-family: 'Inter Semibold';
			font-size: 20px;
			font-weight: 700;
			line-height: 28px;
		}
		h2 {
			font-family: 'Inter Semibold';
			font-size: 18px;
			font-weight: 600;
			line-height: 24px;
		}
		h3 {
			font-family: 'Inter Semibold';
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
		}
		h4 {
			font-family: 'Inter Semibold';
			font-size: 14px; 
			font-weight: 600;
			line-height: 20px;
		}
	}
}