/*
Theme Name: Astra Child
Theme URI: https://socialxpresso.com
Description: Child theme for Astra theme. Use this theme for custom styling and functionality without modifying the parent Astra theme.
Author: Dave Macdonald
Author URI: https://socialxpresso.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
Domain Path: /languages
*/

/* 
==========================================================
Astra Child Theme - Custom Styles
==========================================================
Add your custom CSS below. The parent theme styles
will be automatically inherited.
========================================================== 
*/

/* Example: Custom color scheme */
:root {
  --color-primary: #1a73e8;
  --color-secondary: #f9f9f9;
  --color-text: #333333;
}

/* Example: Custom heading styles */
h1, h2, h3, h4, h5, h6 {
  /* Add custom font properties here */
}

/* Adjust post heading sizes for better readability */
h1, h1.wp-block-heading {
  font-size: 36px !important;
}

h2, h2.wp-block-heading {
  font-size: 28px !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

h3, h3.wp-block-heading {
  font-size: 22px !important;
}

/* Example: Custom button styles */
.button, button, input[type="button"], input[type="submit"] {
  /* Add custom button styles here */
}

/* Remove default capitalize text-transform and show sentence case */
.button, button, input[type="button"], input[type="submit"], 
.wp-element-button, .wp-block-button__link, .uagb-infobox-cta-link,
.ast-custom-button {
  text-transform: none !important;
}

/* Add more custom styles below */
