/* ═════ common/fonts/material-symbols.css — Material Symbols Outlined @font-face ═════ */
/* Material Symbols Outlined — 로컬 woff2 (Google Fonts와 동일 축: opsz 24, wght 400, FILL 1, GRAD 0). SIL Open Font License 1.1 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("material-symbols/MaterialSymbolsOutlined.woff2") format("woff2");
}
