@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

body, input, select, textarea, button {
  font-family: "Instrument Sans", system-ui, -apple-system, sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: -0.015em;
}

code, pre {
  font-family: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;
}

/* Nothing is a pill. */
button, .btn, input, select, textarea {
  border-radius: 4px;
}
