/*
Theme Name: Zubair UGC Portfolio Child
Theme URI: https://zubairugc.com
Author: Zubair
Author URI: https://zubairugc.com
Description: A high-end, modern portfolio theme for UGC video creators. Fully editable via Elementor Pro.
Version: 1.1.0
Template: twentytwentyfive
License: GNU General Public License v2 or later
Text Domain: zubair-ugc
*/

/* --- Base Styles --- */
:root {
  --primary-pink: #ec4899;
  --primary-violet: #8b5cf6;
  --bg-dark: #000000;
  --zinc-900: #18181b;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-dark);
  color: #ffffff;
}

.font-serif {
  font-family: 'Playfair Display', serif;
}

/* Ensure React components don't clash with Elementor layouts */
.zubair-component {
    width: 100%;
    margin: 2rem 0;
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #27272a; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary-pink); }
