/*
Theme Name: Cee Jay Photographer
Theme URI: https://yoursite.com
Author: Cee Jay
Author URI: https://yoursite.com
Description: A professional photography portfolio theme for Cee Jay Captures.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: ceejay-photographer
Tags: photography, portfolio, dark, one-page
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Only apply theme styles on FRONTEND — not in Elementor editor */
body.elementor-page {
    margin: 0;
    padding: 0;
    background: #000;
}

/* Font helpers used by CJ widgets */
.font-serif { font-family: 'Playfair Display', serif !important; }
.font-sans  { font-family: 'Inter', sans-serif !important; }
