/*
  This file is for custom CSS that complements Tailwind CSS.
  You can add custom styles, component styles, or overrides here.
*/

/* Apply the 'Inter' font family to the entire site */
body {
    font-family: 'Inter', sans-serif;
}

/* You can add more custom styles below if needed */
