/* Global Styles - Tailwind Base Reset */
/* Note: Most styles have been migrated to Tailwind CSS utilities */
/* This file now contains only truly global customizations */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f9;
}

/* Vue Components Container - used in some templates */
.vue-component-wrapper {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}