@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@500;600&display=swap");

.semente-prototype {
  min-height: 100vh;
  background: #ffffff;
  color: #0f1b2d;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.semente-prototype > div {
  min-height: 100vh;
}

.semente-loading { min-height: 70vh; display: grid; place-items: center; font: 600 14px Inter, sans-serif; color: #51607a; }
