body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  color: #494B5F;
}

.font-zen {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.font-set1 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}

.font-set2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.font-set3 {
  font-size: 36px;
  color: #494B5F;
  font-weight: 500;
}

.font-set4 {
  font-size: 24px;
  color: #494B5F;
  font-weight: 400;
}

.font-set5 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

.font-set6 {
  font-size: 20px;
  color: #494B5F;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .font-set1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  .font-set2 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }
  .font-set3 {
    font-size: 24px;
    color: #494B5F;
    font-weight: 500;
  }

  .font-set4 {
    font-size: 16px;
    color: #494B5F;
    font-weight: 400;
  }

  .font-set5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }

  .font-set6 {
    font-size: 16px;
    color: #494B5F;
    font-weight: 500;
  }
}