/*
Theme Name: Astra Child
Description: Child theme for Astra WordPress theme
Author: FruityLOGIC
Author URI: https://fruitylogic.com
Template: astra
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: astra-child
*/

/* ==========================================================================
   Import parent theme styles
   ========================================================================== */

@import url("../astra/style.css");

/* ==========================================================================
   Custom styles for Astra Child Theme
   Add your custom CSS below this line
   ========================================================================== */

/* Example: Custom body styling */
/*
body {
    font-family: 'Arial', sans-serif;
}
*/

/* Example: Custom header styling */
/*
.main-header-menu a {
    color: #333;
    font-weight: 600;
}
*/

/* Example: Custom button styling */
/*
.ast-button, .button {
    background-color: #007cba;
    border-radius: 5px;
    padding: 12px 24px;
}
*/

/* Add your custom styles here */