@font-face {
  font-family: "TX-02";
  src: url("./fonts/TX-02-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TX-02";
  src: url("./fonts/TX-02-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TX-02";
  src: url("./fonts/TX-02-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TX-02";
  src: url("./fonts/TX-02-Oblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Typography for the homepage and experiments index. */
:root, *, *::before, *::after {
  font-family: "TX-02", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}
