/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Child theme for the Astra WordPress theme
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     astra
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:  astra-child
Tags:         custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, translation-ready, blog, e-commerce
*/

/*
 * Custom styles go below this line
 * These styles will override the parent Astra theme
 */

/* Example: Custom link color */
/*
a {
    color: #0073aa;
}

a:hover {
    color: #005177;
}
*/

/* Example: Custom header styling */
/*
.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
*/

/* Example: Custom button styling */
/*
.ast-button,
button,
input[type="submit"] {
    background-color: #0073aa;
    border-radius: 5px;
}
*/

