@font-face {
  font-family: 'Roboto';
  src: url('../fontes/RobotoCondensed-Regular.woff2') format('woff2'),
       url('../fontes/RobotoCondensed-Regular.woff') format('woff'),
       url('../fontes/RobotoCondensed-Regular.ttf') format('truetype'),
       url('../fontes/RobotoCondensed-Regular.eot') format('embedded-opentype'),
       url('../fontes/RobotoCondensed-Regular.svg') format('svg');
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap !important;
}