/**
 * Font-face declarations for the Dopis type family, plus the sitewide
 * "Material Icons" ligature-font import.
 *
 * Converted from src/stories/global/_fonts.scss. The Adobe Typekit
 * @import for beo2rid.css is intentionally NOT reproduced here — it is
 * already loaded via a <link> tag in src/templates/layout/html.html.twig.
 *
 * MATERIAL ICONS IMPORT (added 2026-07-28, Phase 10 Batch C final-review
 * finding I2): this is the canonical, single, sitewide-guaranteed source
 * for the "Material Icons" (classic ligature) font -- distinct from
 * "Material Symbols Outlined" (the `icons` library's Google Fonts import,
 * used via the `.material-symbols-outlined` class). Both fonts are real
 * and both are still needed; see css/base/typography.css's header for
 * the full history of why this was previously misclassified as a
 * "likely-dead duplicate". At least 4 tracked files depend on this
 * import being available: css/legacy/form.css (checkbox icons),
 * css/legacy/news-exposed-filters.css (facet expand/collapse +/-),
 * css/legacy/navbar-search.css (search-button icon), and (only within
 * its own isolated, non-`global` load context)
 * css/legacy/wysiwyg.css -- which does NOT rely on this file, since it
 * never loads alongside `lehigh_coe_theme/global` (see wysiwyg.css's own
 * header). This file's copy of the import was previously duplicated
 * verbatim in the first 3 of those files; centralizing it here (already
 * part of the sitewide `global` library) removes that duplication.
 */

@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");

@font-face {
  font-family: DopisRegular;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisRegular.woff2") format("woff2"),
    url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisRegular.woff") format("woff");
}

@font-face {
  font-family: DopisBold;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisBold.woff2") format("woff2"),
    url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisBold.woff") format("woff");
}

@font-face {
  font-family: DopisCondensedRegular;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedRegular.woff2") format("woff2"),
    url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedRegular.woff") format("woff");
}

@font-face {
  font-family: DopisCondensedBold;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedBold.woff2") format("woff2"),
    url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedBold.woff") format("woff");
}
