/**
 * Feuille « theme-custom » enregistrée par FrontController::setMedia (toujours chargée si le fichier existe).
 * Sans ce fichier, aucun CSS custom du cœur n’était appliqué — la police ci-dessous ne passait pas uniquement via theme.yml.
 * Chemins ../css/ : valides après fusion CCC dans assets/cache/theme-*.css
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/MaterialIcons-Regular-e79bfd88537def476913f3ed52f4f4b3.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../css/MaterialIcons-Regular-570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"),
    url(../css/MaterialIcons-Regular-012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"),
    url(../css/MaterialIcons-Regular-a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}
