/* Self-hosted typography shared by corporate, contact, and knowledge pages. */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/assets/fonts/josefin-sans-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* The Studio header and modal use the 100-weight menu/close glyphs only. */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/assets/fonts/material-symbols-menu-close-100.woff2") format("woff2");
  unicode-range: U+0063, U+0065, U+006C-006F, U+0073, U+0075;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --font-japanese-serif: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-latin: "Josefin Sans", Arial, sans-serif;
  --font-latin-mixed: "Josefin Sans", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --s-font-b6b8b32e: var(--font-latin-mixed);
}

body {
  font-family: var(--font-japanese-serif);
}

.font-latin {
  font-family: var(--font-latin-mixed) !important;
  /* Studio's text style keeps one extra pixel between English words. */
  word-spacing: 1px;
}

.font-latin--light {
  font-weight: 300 !important;
}

.services-page h1,
.services-page h2,
.services-page h3,
.services-page h4,
.services-page h5,
.services-page h6 {
  font-weight: 400 !important;
}
