:root {
  --font-family-base: "Nunito", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-size-root: 22px;
  --font-size-body: 17px;
  --font-size-compact: 16px;
  --font-weight-regular: 400;

  font-family: var(--font-family-base);
  font-size: var(--font-size-root);
  font-weight: var(--font-weight-regular);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-family-base);
}

body {
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
}

table,
.compact {
  font-size: var(--font-size-compact);
  font-weight: var(--font-weight-regular);
}

.login-panel h1 {
  font-size: clamp(1.25rem, 8vw, 1.8rem);
  white-space: nowrap;
}

.login-panel .lede {
  font-size: 18px;
}
