/*
Theme Name: Vasilaina Auto Electric
Theme URI: https://vasilaina-auto.example
Author: Converted from Lovable project
Author URI: https://lovable.dev
Description: One-page theme for Ioanna Vasilaina Auto Electric (Megara, Greece). All texts and images are editable from the WordPress admin using Advanced Custom Fields (ACF Pro required for repeaters + options page).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: vasilaina-auto-electric
*/

/*
  The visual styling is powered by the Tailwind browser build loaded in header.php.
  This file only carries the required theme header above plus a couple of
  no-JS / print safety rules.
*/

/* Hide marquee animation gracefully if reduced motion is preferred */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
