/* EasyCircuit production typography.
   Silkscreen and Lilita One: SIL Open Font License 1.1.
   Taste Bread: personal-use package used at the owner's direction; see
   /fonts/LICENSE-Taste-Bread-personal-use.txt.
   Arial Narrow 7: commercial-use freeware; see /fonts/LICENSE-Arial-Narrow-7.txt. */
@font-face {
  font-family: "EC Silkscreen";
  src: url("/fonts/Silkscreen-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "EC Lilita One";
  src: url("/fonts/LilitaOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: "EC Arial Narrow 7";
  src: url("/fonts/Arial-Narrow-7.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ec-font-brand: "EC Silkscreen", ui-monospace, monospace;
  --ec-font-display: "EC Taste Bread", "EC Lilita One", Impact, sans-serif;
  --ec-font-utility: "EC Arial Narrow 7", "Arial Narrow", Arial, sans-serif;
  --ec-font-sku: var(--ec-font-utility);
  --ec-font-ui: var(--ec-font-utility);
}

.mark {
  font-family: var(--ec-font-brand);
}
