/*
Theme Name: webpopular Child
Theme URI: https://webpopular.net/wordpress-theme
Description: Child theme for webpopular. Add your custom CSS below the header block.
Author: Your name
Author URI: https://example.com/
Template: webpopular
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webpopular-child
*/

/* Customizations go here. Parent styles load first (handle: main-styles). */

.secondary {
    color: var(--e-global-color-accent);
}

.primary-button {
    background: var(--e-global-color-primary);
    color:#fff;
}

.primary-button:hover {
    background: var(--e-global-color-dark-accent);
}

.italic {
    font-style: italic;
}