/* Cera PRO Regular — self-hosted.
 *
 * Was loaded from db.onlinewebfonts.com, a third-party host with no integrity
 * guarantee, inside an admin dashboard. The CSS pulled six further font files
 * from the same origin, so self-hosting the stylesheet alone would not have
 * removed the dependency — the font files are vendored here too.
 *
 * eot/svg sources are dropped: they exist only for IE8-11, which this Angular
 * application does not support.
 */
@font-face {
  font-family: "Cera PRO Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./cera-pro.woff2") format("woff2"),
       url("./cera-pro.woff") format("woff"),
       url("./cera-pro.ttf") format("truetype");
}
