* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-width: 320px;
  background:
      radial-gradient(circle at 50% 0%, rgba(216,36,46,.07), transparent 26%),
      linear-gradient(180deg, #f4f6f9 0%, #eef1f5 52%, #e7ebf1 100%);
color: var(--ucmu-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
  opacity: .52;
}
