/*
 * Theme font imports and language-specific font stacks.
 */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charis+SIL:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html[lang|="ja"] body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html[lang|="en"] body {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
