/*
Theme Name:   Rapid Global Child
Theme URI:    https://rapidglobaleng.com
Description:  Child theme for Astra. Adds the "Home v2" page template and a safe place for custom CSS and PHP that survives Astra updates.
Author:       Rapid Global Engineering
Template:     astra
Version:      1.0.0
Text Domain:  rapid-global-child
*/

/* -------------------------------------------------------------------------
   Site-wide custom CSS goes here.

   This file is the correct home for tweaks that were previously going into
   Appearance > Customize > Additional CSS. Both work; this one is versioned
   and survives being overwritten in the Customizer.

   NOTE on Spectra blocks: Spectra emits per-block CSS with the block class
   repeated three times, e.g.

     .wp-block-spectra-container.wp-block-spectra-container.wp-block-spectra-container[data-spectra-id='...']

   That is specificity 0,4,0. A plain attribute selector will be silently
   overridden. Match the specificity or use !important.
   ------------------------------------------------------------------------- */


/* Fix: the "Get started" / primary button renders dark navy text on the blue
   background, which is close to unreadable. Force white label text.
   Remove this rule if the button colours are corrected in the Customizer. */
.wp-block-button__link.has-ast-global-color-2-color,
.ast-custom-button {
  color: #ffffff !important;
}
