/**
 * Anton + Bebas Neue — display caps for editing style 2.
 * Local TTFs so compositions render offline under Puppeteer; local() first for speed.
 */
@font-face {
  font-family: "Anton";
  src: local("Anton Regular"), local("Anton-Regular"),
    url("Anton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url("BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/**
 * Anton rows — vertical breathing room (mirrors FONT_TYPES.anton.blockPaddingEm).
 * Use class font-type-anton when not going through FontPairings.applyTypeSpec.
 */
.font-type-anton {
  padding-top: 0.08em;
  padding-bottom: 0.1em;
}
