
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.woff') format('woff'),
    url('../fonts/Metropolis-Light.otf') format('opentype'); /* OTF format */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'azo';
  src: url('../fonts/azo/AzoSans-Bold.woff') format('woff'),
    url('../fonts/azo/AzoSans-Bold.otf') format('opentype'), /* OTF format */
    url('../fonts/azo/AzoSans-Bold.ttf') format('truetype'), /* TTF format */
    url('../fonts/azo/AzoSans-Bold.eot') format('embedded-opentype'); /* EOT format */
  font-weight: 300;
  font-style: normal;
}

