@font-face {
  font-family: 'metropolis';
  src: url(fonts/metropolis.light.otf) format('opentype');
}

body {
  font-family: metropolis, sans-serif !important;
}

.bold {
  font-weight: bold;
}