@font-face{
  font-family:"Material Symbols Outlined";
  font-style:normal;
  font-weight:100 700;
  src:url("../../fonts/material-symbols-outlined.58c5c970464c.woff2") format("woff2");
  font-display:swap;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;

  /* ✅ DEFAULT = OUTLINE */
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;

  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* 🔒 chặn hiện text fallback */
  white-space: nowrap;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
