@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/material-symbols/material-symbols-outlined.woff2")
    format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*
 * Anti-Flicker / Anti-CLS for Material Symbols:
 * Before the MaterialSymbolsAdapter React component hydrates and replaces
 * the text node with a Lucide SVG, hide the raw text (e.g. "check") and
 * constrain the element to exactly 1em x 1em to prevent layout shifts.
 */
.material-symbols-outlined:not([data-cf-material-symbol-name]) {
  color: transparent !important;
  overflow: hidden !important;
  width: 1em !important;
  height: 1em !important;
  max-width: 1em !important;
  max-height: 1em !important;
  letter-spacing: -9999px !important;
}
