@font-face {
  font-family: 'Sofia Pro Light';
  src: url('../fonts/sofiapro-light.eot');
  src: url('../fonts/sofiapro-light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sofiapro-light.woff2') format('woff2'),
       url('../fonts/sofiapro-light.woff') format('woff'),
       url('../fonts/sofiapro-light.ttf') format('truetype'),
       url('../fonts/sofiapro-light.svg#SofiaProLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Aplicando a fonte apenas ao body */
body {
  font-family: 'Sofia Pro Light', sans-serif;
}