@charset "UTF-8";

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/inter-900-latin.woff2") format("woff2");
}

.ew-wordmark,
.pv-wordmark,
.ew-mini-logo,
.ew-footer__company-logo {
  font-family: "Inter", "Meiryo", sans-serif !important;
  font-weight: 900 !important;
}

.ew-header .ew-wordmark > span,
.ew-footer--full .ew-wordmark > span,
.ew-mobile-drawer__brand .ew-wordmark > span,
.pv-wordmark > span,
.ew-mini-logo > b {
  margin-right: 0 !important;
  font-size: inherit !important;
  font-style: normal !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  vertical-align: baseline !important;
}
