/*
Theme Name:         Astra Clean Canvas Child
Theme URI:          https://yourdomain.com/
Description:        A custom WooCommerce-ready child theme for Astra with all parent styles completely stripped out.
Author:             Your Name
Author URI:         https://yourdomain.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
*/

/* ==========================================================================
   Add your completely custom styles below this line
   ========================================================================== */

body {
    background-color: #fcfcfc;
    color: #333;
    font-family: sans-serif;
}