/*
Theme Name:   Bixily Digital Child
Theme URI:    https://bixily.com
Description:  Child theme for Bixily Digital. Use this theme to make customizations without affecting the parent theme updates.
Author:       Bixily Digital
Author URI:   https://bixily.com
Template:     bixily-digital
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:  bixily-digital-child
Tags:         child-theme, bixily, lightweight, elementor
Requires at least: 5.8
Tested up to:      6.4
Requires PHP:      7.4

Reference: #bixily
Parent Theme: Bixily Digital (bixily-digital)
*/

/* ==========================================================================
   Child Theme Styles
   ========================================================================== */

/* #bixily - Add your custom styles below this line */

/* Example: Custom primary color override */
/*
:root {
    --bixily-primary-color: #FF6B6B;
}
*/

/* Example: Custom header styling */
/*
.bixily-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bixily-header .site-title a {
    color: #fff;
}
*/

/* Example: Custom button styling */
/*
button,
.button,
input[type="submit"],
input[type="button"] {
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/

/* Example: Custom typography */
/*
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
*/
