/* Custom Tailwind overrides */
body {
  font-family: 'Inter', sans-serif;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.9;
}

h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
}