@import url('https://fonts.googleapis.com/css?family=Nunito:600,800');

body {
  font-size: 17px !important;
  font-family: 'Nunito', 'Sans-Serif' !important;
  font-weight: 600 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito', 'Sans-Serif' !important;
  font-weight: 600 !important;
}

strong {
  font-weight: 800 !important;
}

.mu-kids-character-speech-bubble-normal > i {
	bottom: 6px !important;
  	font-size: 1.5em !important;
}

.mu-breadcrumb-img {
  width: 100px !important;
  height: 50px !important;
  top: -3px !important;
}
  /* START_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
  
  .error-message .body .mu-error-status-line {
  display: unset;
  }

  .error-message .body h2 {
    margin-bottom: 10px;
  }

  /* END_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
