Heading H1 - 64px

Heading H2 - 56px

Heading H3 - 48px

Heading H4 - 40px

Heading H5 - 32px
Heading H6 - 24px

Outfit Thin – 18px

Outfit Light – 18px

Outfit Medium – 18px

Outfit Bold/Heavy – 18px

#000000

#4a4f49

#b9aa9c

#fdebe9

.p-large – Paragraph text 20px, line-height: 32px, letter-spacing: 0.3px;

				
					.p-large {
font-size: 20px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0.3px;
}
				
			

.p-medium – Paragraph text 16px, weight 400, line-height 32

				
					.p-medium {
font-size: 16px;
font-weight: 400;
line-height: 32px;
}
				
			

.p-small – Paragraph text 14px, weight 400, line-height 32

				
					.p-small {
font-size: 14px;
font-weight: 400;
line-height: 32px;
}
				
			

.heavy

				
					.heavy {
font-weight: 700;
}
				
			

.medium

				
					.medium {
font-weight: 500;
}
				
			

.light

				
					.light {
font-weight: 300;
}
				
			

.light

				
					.thin {
font-weight: 100;
}