/*!
Theme Name: Masjid Pro
Description: A complete WordPress theme for Masjid/Islamic websites with advanced customization options
Version: 1.0
Author: Your Name
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    box-sizing: border-box;
}

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

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
