/**
 * Typography is specified in here.
 */

body {
	font-family: $font-main;
}

h1,
h2,
h3,
h4 {
	font-family: $font-key;
}
