/* VENDORED FROM GOOGLE FONTS - do not hand-edit; regenerate instead.
 *
 * Self-hosted so no portal user's IP reaches Google.
 *
 * NOT because Privacy Clause 7 demanded it - an earlier version of this comment said so and was
 * wrong. Clause 7 lists SUB-PROCESSORS: "service providers ... each processes data only on our
 * instructions, under a contract". A font CDN processes nothing for us and holds nothing, so it
 * was never in scope. Nor is it Clause 6 ("no third-party analytics") - a font is not analytics.
 *
 * The real reason is narrower: a font request hands Google the visitor's IP and User-Agent, and
 * the policy has no section disclosing third-party requests at all. Self-hosting means there is
 * nothing to disclose, which is cheaper than writing a disclosure. Google Fonts on a CDN also
 * has EU case law behind it (LG Munchen, 2022), so the cost of being wrong is not zero.
 *
 * Google's own @font-face blocks are kept verbatim except for the url(): the unicode-range
 * splits are why a Latin user does not download the Cyrillic subset.
 *
 * Source: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined
 */

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(./materialsymbolsoutlined-kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  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;
}
