/* Main CSS file that will be processed by Vite */

/* Import theme CSS files */
@import '../template/css/styles.css';
@import '../template/css/bootstrap.min.css';
@import '../template/css/swiper-bundle.min.css';
@import '../template/fonts/fonts.css';
@import '../template/fonts/font-icons.css';

/* Custom styles */
:root {
  --primary-color: #4caf50;
  --secondary-color: #2196f3;
  --text-color: #333;
  --background-color: #f5f5f5;
}

/* You can add your custom styles here */ 