/*
Theme Name:   apk.freelanzaa
Theme URI:    https://example.com
Description:  Demo/learning purpose ke liye banaya gaya GeneratePress child theme — apps aur games directory style website ke liye. Yeh original demo content hai, kisi maujooda site ka clone nahi.
Author:       Demo Developer
Author URI:   https://example.com
Template:     generatepress
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:  apk-freelanzaa
*/

/* =========================================================
   Is file mein sirf chote overrides/utility classes hain.
   Bara CSS assets/css/main.css mein hai (enqueue functions.php se hota hai).
   ========================================================= */

:root {
    --apk-freelanzaa-primary: #2962ff;
    --apk-freelanzaa-primary-dark: #1c47c4;
    --apk-freelanzaa-accent: #00c853;
    --apk-freelanzaa-text: #1a1a1a;
    --apk-freelanzaa-text-light: #6b6b6b;
    --apk-freelanzaa-bg: #ffffff;
    --apk-freelanzaa-bg-alt: #f5f7fa;
    --apk-freelanzaa-border: #e2e5e9;
    --apk-freelanzaa-radius: 10px;
    --apk-freelanzaa-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* GeneratePress ke kuch default spacing ko override karna content-width ke liye */
.apk-freelanzaa-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
