@font-face {
    font-family: 'MuseoSans';
    src: url('/fonts/MuseoSans_500.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


  @font-face {
    font-family: 'MuseoSans Bold';
    src: url('/fonts/MuseoSans_700.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'MuseoSans Extra Bold';
    src: url('/fonts/MuseoSans_900') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
