@font-face {
  font-family: 'Muller';
  src: url('../fonts/muller/Heavy.woff') format('woff'),
       url('../fonts/muller/Heavy.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/muller/Heavy-Italic.woff') format('woff'),
       url('../fonts/muller/Heavy-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}