/*
Theme Name: Kav Turizm Vehicle Tracking
Description: A comprehensive vehicle rental management system for Kav Turizm, featuring fleet management, customer management, reservations, and maintenance tracking.
Version: 1.0
Author: Kav Turizm
*/

/* Import Tailwind CSS classes */
@import url('https://cdn.tailwindcss.com');

/* Custom styles for the theme */
.theme-primary {
  color: #7ea495;
}

.theme-bg-primary {
  background-color: #7ea495;
}

.theme-border-primary {
  border-color: #7ea495;
}