/* Custom styles on top of Tailwind */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

textarea:focus,
input:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}
