/* TT Supermolot Neue — web self-host */
/* Используем единое имя семейства, чтобы легко откатывать */
@font-face{
  font-family: "TT Supermolot Neue";
  src: url("/fonts/tt-supermolot-neue/TTSupermolotNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "TT Supermolot Neue";
  src: url("/fonts/tt-supermolot-neue/TTSupermolotNeue-Medium.woff2") format("woff2");
  font-weight: 500; /* или 600 — см. реальный вес файла */
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "TT Supermolot Neue";
  src: url("/fonts/tt-supermolot-neue/TTSupermolotNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Опционально курсивы, если нужны
@font-face{
  font-family: "TT Supermolot Neue";
  src: url("/fonts/tt-supermolot-neue/TTSupermolotNeue-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "TT Supermolot Neue";
  src: url("/fonts/tt-supermolot-neue/TTSupermolotNeue-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*/

/* Небольшая профилактика «липовых» начертаний */
html {
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
