/*
Theme Name: SANGI Repair Services
Theme URI: https://markaz-al-duaa.io
Author: Kashif
Description: Professional Appliance Repair Services WordPress Theme for SANGI Repair Services.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sangi-repair
*/

/* Base Styles */
:root {
    --primary-color: #ea384c;
    --secondary-color: #1A1F2C;
    --text-color: #333;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

body {
    font-family: 'Inter', 'Roboto', 'Arial', sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}