/* System typography keeps the prototype close to the platform-native experience. */
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.eyebrow,
.label {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
