@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/Cera Pro Medium.otf') format('opentype'),
       url('fonts/Cera Pro Medium.ttf') format('truetype'),	
	   url('fonts/Cera Pro Light.otf') format('opentype'),
       url('fonts/Cera Pro Light.ttf') format('truetype'),	  
	   url('fonts/Cera Pro Bold.otf') format('opentype'),
       url('fonts/Cera Pro Bold.ttf') format('truetype'),
       url('fonts/Cera Pro Regular Italic.otf') format('opentype'),
       url('fonts/Cera Pro Regular Italic.ttf') format('truetype')
}

@font-face {
  font-family: 'Nexa Bold';
  src: url('fonts/Nexa Bold.otf') format('opentype')
    
}

@font-face {
  font-family: 'Nexa Light';
  src: url('fonts/Nexa Light.otf') format('opentype')
}
