/* style.css */

/* Import Google Font (Inter) - already linked in HTML, but good practice to define here too */
/* Tailwind should handle this via config, but this provides a fallback. */
body {
    font-family: 'Inter', sans-serif;
}

/* Add any minor custom global styles or overrides here if needed */
/* Example: Adjusting link styles globally if desired */
/* a {
    transition: color 0.2s ease-in-out;
} */

/* Placeholder for potential future custom CSS */ 