@font-face {
  font-family: 'PayrollKit Geist';
  src: url('/docs/fonts/geist-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body.scalar-app {
  --scalar-font: 'PayrollKit Geist', Arial, Helvetica, sans-serif;
  font-family: var(--scalar-font);
}

.scalar-app .t-editor__step-content > * + * {
  margin-top: 0.75rem;
}
