/* Custom theme for Suzuki Shinwari Motors - use with Tailwind CDN */
.bg-primary { background-color: #646cfd; }
.bg-primary-dark { background-color: #5358e0; }
.text-primary { color: #646cfd; }
.hover\:bg-primary:hover { background-color: #646cfd; }
.hover\:text-primary:hover { color: #646cfd; }
.hover\:text-white:hover { color: #fff; }
.hover\:bg-primary-dark:hover { background-color: #5358e0; }
.border-primary { border-color: #646cfd; }
.from-primary { --tw-gradient-from: #646cfd; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(100 108 253 / 0)); }
.to-primary-dark { --tw-gradient-to: #5358e0; }
.bg-gradient-to-br.from-primary.to-primary-dark { background-image: linear-gradient(to bottom right, #646cfd, #5358e0); }
