/*
Theme Name: Blogum Child
Theme URI: https://faton.works/blogum/
Template: blogum
Author: ThemeGuri
Author URI: https://themeforest.net/user/themeguri
Description: Child theme for Blogum – a premium, multi-style magazine WordPress theme. Use this child theme to safely add your own customizations without losing them on parent theme updates.
Version: 1.2
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogum-child

Copyright: (C) 2026 ThemeGuri. All rights reserved.
*/

/*
 * Add your custom CSS overrides below this line.
 * The parent theme (Blogum) styles are automatically loaded before these.
 * =========================================================================
 */

/* Avetec finishing: remove the parent demo's invalid local-disk menu artwork. */
.blg-overlay-menu::before {
    background-image: none !important;
}

.avetec-home-h1,
.avetec-page-h1 {
    color: var(--blg-text-main);
    font-family: var(--blg-font-heading);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1.1;
}

.avetec-home-h1 {
    margin: 0;
}

.avetec-page-h1 {
    margin: 0 0 clamp(24px, 4vw, 44px);
}
