/* Material Icons, self-hosted (CTO-204).
 *
 * Byte-for-byte the rules Google served for
 *   https://fonts.googleapis.com/icon?family=Material+Icons&display=block
 * with the one `src:` URL repointed at the vendored woff2 in this directory.
 * Self-hosting is what lets style-src/font-src stay 'self': the Google
 * stylesheet is a third-party *script-adjacent* fetch whose contents (and the
 * font URL inside it) can change under us, and every page load leaked the
 * viewer's IP and Referer to a Google host for an icon font we can serve
 * ourselves in one round trip.
 *
 * Provenance and hashes: static/vendor/README.md.
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(material-icons-v145.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  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;
}
