/* TYPOGRAPHY */

@font-face {
    font-family: Code2001;
    src: url('code2001.woff') format('woff');
}

@font-face {
    font-family: ShastonHi320;
    src: url('ShastonHi320.ttf') format('truetype');
}

.code2001 {
	font-family: Code2001;
}

.shastonhi320 {
	font-family: ShastonHi320;
}

.sml {
	line-height: 28px;
}

.med {
	line-height: 34px;
}

.lrg {
	line-height: 54px;
}

.code2001.sml {
	font-size: 18px;
}

.code2001.med {
	font-size: 29px;
}

.code2001.lrg {
	font-size: 44px;
}

.shastonhi320.sml {
	font-size: 15px;
}

.shastonhi320.med {
	font-size: 19px;
}