/*
 Theme Name:   Playrex Child
 Theme URI:    https://wordpress.vecurosoft.com/playrex/
 Description:  This is a child theme for Playrex WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     playrex
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  playrex-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.category-heading {
    font-family: "Poppins", sans-serif; /* match your theme font */
    font-weight: 600;
    font-size: 36px;
    color: #fff; /* match theme heading color */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .category-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
