/*
Theme Name: Creststone Concrete
Theme URI: https://creststoneconcrete.com
Author: Creststone Concrete
Author URI: https://creststoneconcrete.com
Description: Premium concrete contractor website for Creststone Concrete in Colorado Springs. High-performance, mobile-first WordPress theme with 85+ PageSpeed scores.
Version: 1.0.0
Template: astra
Text Domain: gpc-theme
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: astra-child, concrete, contractor, colorado-springs, responsive, mobile-first, performance

IMPORTANT: This is an Astra child theme. Requires Astra theme to be installed.
*/

/* 
 * This theme inherits from Astra parent theme
 * All custom styles are loaded via separate CSS files for performance
 * Base typography can be customized here or via Customizer
 */

/* Basic typography overrides for child theme */
body {
    font-family: var(--body-font, 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font, 'Oswald', sans-serif);
    font-weight: 600;
    text-transform: uppercase;
}