:root, .editor-styles-wrapper {
  --colorBlack: #242424;

/* Colors */
  --colorLightBlue: #b0ddf1;
  --colorNavy: #002672;
  --colorSkin: #fbf7f4;
  --colorWhite: #fff;
  --colorYellow: #ffde84;
  --familyGothicA1: "Gothic A1", sans-serif;

/* Families */
  /* Use the most common English font and Japanese Font as the base */
  --familyNotoSans: "Noto Sans JP", sans-serif;
  --familyZenOldMincho: "Zen Old Mincho", serif;
}
