@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap');
.content-head,.wiki-head__contents--title,.menu__head{
  color:#ffffff !important;
  font-family: "M PLUS 1p", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #232323;
   paint-order: stroke;
   text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.wiki-head__contents--title{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #232323;
   paint-order: stroke;
}