*{
    margin: 0;
    padding: 0;
    
}

.container{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

/* tipografia */

@font-face {
  font-family: 'cera-pro-black';
  src: url('/src/css/fonts/cera-pro-black.otf') format('opentype'); 
  font-style: normal;
}

@font-face {
  font-family: 'cera-pro-bold';
  src: url('/src/css/fonts/cera-pro-bold.otf') format('opentype');  
  font-style: normal;
}

@font-face {
  font-family: 'cera-pro-medium';
  src: url('/src/css/fonts/cera-pro-medium.otf') format('opentype');  
  font-style: normal;
}

@font-face {
  font-family: 'cera-pro-regular';
  src: url('/src/css/fonts/cera-pro-regular.otf') format('opentype'); 
  font-style: normal;
}

@font-face {
  font-family: 'cera-pro-light';
  src: url('/src/css/fonts/cera-pro-light.otf') format('opentype');  
  font-style: normal;
}