@font-face {
  font-family: "JetBrains Mono Local";
  src: url("../assets/fonts/JetBrainsMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono Local";
  src: url("../assets/fonts/JetBrainsMono-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono Local";
  src: url("../assets/fonts/JetBrainsMono-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono Local";
  src: url("../assets/fonts/JetBrainsMono-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600 700;
  font-display: swap;
}

:root {
  --text: #111111;
  --muted: #575757;
  --line: rgba(17, 17, 17, 0.14);
  --panel: rgba(255, 255, 255, 0.9);
  --font-display: "JetBrains Mono Local", "SFMono-Regular", Consolas, monospace;
}

/* Scoped to the embed itself (not :root) so the shared site header keeps
   the site-wide Satoshi font instead of being overridden by this page. */
.sequencer-page {
  --font-body: "JetBrains Mono Local", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
}

.sequencer-page {
  font-family: var(--font-body);
}

.sequencer-page {
  width: 100%;
  margin: 0 auto;
  padding: 88px 5% 0;
}

.sequencer-frame {
  width: 100%;
  height: 900px;
  display: block;
  border: 0;
  background: #ffffff;
}
