@font-face { font-family: 'LuzSansLight'; src: url('/website/static/fonts/LUZHPLRO.TTF') format('truetype'); }
@font-face { font-family: 'LuzSansBook'; src: url('/website/static/fonts/LUZHPORO.TTF') format('truetype'); }
@font-face { font-family: 'Nunito-Regular'; src: url('/website/static/fonts/Nunito-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Nunito-Light'; src: url('/website/static/fonts/Nunito-Light.ttf') format('truetype'); }
@font-face { font-family: 'Lato-Light'; src: url('/website/static/fonts/Lato-Light.ttf') format('truetype'); }
@font-face { font-family: 'Lato-Thin'; src: url('/website/static/fonts/Lato-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Brandon Text'; src: url('/website/static/fonts/Brandon_txt_blk.otf') format('opentype'); }
@font-face { font-family: 'Myriad'; src: url('/website/static/fonts/Myriad Pro Semibold.ttf') format('truetype'); }

.LuzSansLight
{
	font-family: 'LuzSansLight';
}

.LuzSansBook
{
	font-family: 'LuzSansBook';
}

.BrandonText
{
	font-family: 'Brandon Text';
}

.NunitoRegular
{
	font-family: 'Nunito-Regular';
}

.NunitoLight
{
	font-family: 'Nunito-Light';
}
.LatoLight
{
	font-family: 'Lato-Light';
}
.LatoThin
{
	font-family: 'Lato-Thin';
}
.Myriad
{
	font-family: 'Myriad';
}