/* css/material-symbols-local.css */

/* ★ローカルのwoff2を参照 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}

/* ★Google Fonts側が本来やっている “font-family 指定” を自前で持つ */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  /* 変数フォント設定は style.css に既にあるけど、ここに入れてもOK */
}
