/* gerado pelo Construtor — Tema do app */
:root {
  --primary: #7c4dda;
  --bg: #f7f5fb;
  --background: #f7f5fb;
  --text: #1a1528;
  --radius: 12px;
  --font: Inter, system-ui, sans-serif;
}
html, body {
  font-family: Inter, system-ui, sans-serif;
  background: #f7f5fb;
  color: #1a1528;
}
button, .btn, [data-slot="button"] {
  border-radius: 12px;
}
