@import "tailwindcss";

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #0f0f0f;
}

::selection {
  background: #ede9fe;
  color: #4c1d95;
}

:focus-visible {
  outline: 2px solid #7c3aed;
  outline-offset: 2px;
}
