/* Self-hosted VARIABLE Material Symbols (FILL, wght, GRAD, opsz axes).
   Source: Google Fonts css2 variable woff2. Hand-maintained — NOT regenerated by
   scripts/update-google-fonts.mjs (that script self-hosts static instances only).
   Loaded by cms.frontend/src/index.html so Fill/Weight (font-variation-settings)
   work offline / without fonts.googleapis.com. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("./files/material-symbols-outlined/variable.woff2") format("woff2");
}
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("./files/material-symbols-rounded/variable.woff2") format("woff2");
}
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("./files/material-symbols-sharp/variable.woff2") format("woff2");
}
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  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;
}
.material-symbols-outlined { font-family: 'Material Symbols Outlined'; }
.material-symbols-rounded { font-family: 'Material Symbols Rounded'; }
.material-symbols-sharp { font-family: 'Material Symbols Sharp'; }
