/* ATOMIC webfonts */
@font-face {
  font-family: "Architexture";
  src: url("../assets/fonts/Architexture.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  /* Unifix — дисплейный шрифт для заголовков (вариант). */
  font-family: "Unifix";
  src: url("../assets/fonts/UnifixSPDemo.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../assets/fonts/JetBrainsMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
