/* 
  While most styling is handled by Tailwind CSS utility classes directly in the HTML,
  this file can be used for more complex or global styles that are not easily
  achieved with utilities alone.
*/

body {
    font-family: 'Inter', sans-serif;
}
