@font-face {
  font-family: "Drafting";
  src: url("/fonts/Drafting[wght].woff2") format("woff2-variations");
  font-weight: 400 700;
  font-style: normal;
  font-stretch: auto;
  size-adjust: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Drafting";
  src: url("/fonts/Drafting-Italic[wght].woff2") format("woff2-variations");
  font-weight: 400 700;
  font-style: italic;
  font-stretch: auto;
  size-adjust: 100%;
  font-display: swap;
}
article {
  font-family: Drafting, ui-monospace, monospace;
}
article p + p {
  margin-block-start: 1rlh;
  text-indent: 0;
}