@font-face {
    font-family: proxima;
    src: url('fonts/ProximaNova-Regular.otf');
}

@font-face {
    font-family: proximalight;
    font-weight: normal;
    src: url('fonts/ProximaNova-Light.otf');
}

@font-face {
    font-family: proximabold;
	font-weight: normal;
    src: url('fonts/ProximaNova-Light.otf');
}

@font-face {
    font-family: proximasemibold;
	font-weight: normal;
	src: url('fonts/ProximaNova-Light.otf');
} 

@font-face {
    font-family: proximathin;
	font-weight: normal;
	src: url('fonts/ProximaNova-Light.otf');
}