/*
Theme Name: MediTrack Pro
Theme URI: https://yourdomain.com
Author: Your Name
Author URI: https://yourdomain.com
Description: A healthcare management WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meditrack-pro
*/

/* Base styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #1f2937;
}

/* Header styles */
.site-header {
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 50;
}

/* Main content styles */
.site-main {
    min-height: 80vh;
}

/* Footer styles */
.site-footer {
    background: #4f46e5;
    color: white;
    padding: 2rem 0;
}

/* Include all your existing CSS from style.css */
/* ... */