.text-block-green {
    background: #00331D;
    color: #ffffff;
    padding: 20px;
    display: block;
}

/* =========================
   NOTO SANS JP
========================= */

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/wp-content/themes/malvern-college/assets/fonts/NotoSansJP/NotoSansJP-Black.otf') format('opentype');
  font-weight: 900;
}


/* =========================
   SOURCE HAN SERIF
========================= */

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Source Han Serif';
  src: url('/wp-content/themes/malvern-college/assets/fonts/SourceHanSerif/SourceHanSerif-Heavy.otf') format('opentype');
  font-weight: 900;
}
 

/* Ensure editor uses fonts 
.mce-content-body {
  font-family: 'Noto Sans JP', sans-serif;
}
*/

