/*
 * Placeholder stylesheet for EasyTransfer Transport Driver App.
 *
 * The main styles for the application are defined inline within index.html.
 * This file exists to satisfy the <link rel="stylesheet" href="styles.css" />
 * reference in index.html and can be extended with additional CSS rules as
 * needed. Keeping this file separate allows you to add custom styles
 * without modifying the HTML structure directly.
 */

/* Example: override body background color (uncomment to use) */
/*
body {
  background-color: #f2f2f2;
}
*/