/* サイト全体の欧文・和文を Noto Sans 系に統一（アイコンフォントは維持） */
html,
body,
#__nuxt,
#__nuxt * {
  font-family: "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

/* Material Symbols / Material Icons（#__nuxt * より特異性を上げる） */
#__nuxt .material-symbols-outlined,
#__nuxt .material-symbols-rounded,
#__nuxt .material-symbols-sharp,
#__nuxt .material-icons,
#__nuxt [class*="material-symbols"] {
  font-family: "Material Symbols Outlined", "Material Symbols Rounded", "Material Symbols Sharp",
    "Material Icons", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
}

/* Font Awesome 6 */
#__nuxt .fa,
#__nuxt .fa-solid,
#__nuxt .fa-brands,
#__nuxt .fas,
#__nuxt .fab,
#__nuxt [class^="fa-"],
#__nuxt [class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
}

#__nuxt .fab,
#__nuxt .fa-brands {
  font-family: "Font Awesome 6 Brands", sans-serif !important;
}
