/* ==================================================
   Inter (Latin / Variable)
================================================== */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/Inter-roman.var.woff2") format("woff2");
}

/* ==================================================
   FORM UDPGothic (Japanese)
================================================== */
@font-face {
  font-family: "FORM UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/form-udpgothic/FORMUDPGothic-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "FORM UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/form-udpgothic/FORMUDPGothic-Bold.woff2") format("woff2");
}

/* ==================================================
   Material Symbols Outlined (Icon font)
================================================== */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block; /* アイコンは block が安定 */
  src: url("../fonts/material-symbols/MaterialSymbolsOutlined.var.woff2") format("woff2");
}

/* Google推奨の基本クラス */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}