/* material-icons-outlined-latin-400-normal */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  /* block, not swap: this is a LIGATURE font. During a swap window the source
     text renders literally — videocam_off, call_end, error_outline — instead of
     an icon. block shows nothing until the face loads, which is correct here. */
  font-display: block;
  font-weight: 400;
  src: url(./files/material-icons-outlined-latin-400-normal.woff2) format('woff2'), url(./files/material-icons-outlined-latin-400-normal.woff) format('woff');
}