@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 900;
}

/* Keep the same numeral balance as the JOURNEY COACHING pages. */
@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 500;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 600;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 700;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 800;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "Montserrat Digits";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 900;
  size-adjust: 88%;
  unicode-range: U+0030-0039;
}

body.change-journey-page,
body.change-journey-page *,
body.change-journey-page *::before,
body.change-journey-page *::after {
  font-family:
    "Montserrat Digits",
    "Montserrat",
    "Noto Sans JP",
    "Noto Sans CJK JP",
    "Hiragino Sans",
    "Yu Gothic",
    Arial,
    Helvetica,
    sans-serif !important;
  font-synthesis: none;
}

body.change-journey-page h1,
body.change-journey-page h2 {
  font-weight: 800 !important;
  text-wrap: balance;
  word-break: auto-phrase;
}

@media (max-width: 680px) {
  body.change-journey-page .heading-break--desktop {
    display: none;
  }
}
