/*
Theme Name: Skyline Valeting & Cleaning
Theme URI: https://skylinevaletingandcleaning.com
Description: Custom Skyline-branded theme for Skyline Valeting & Cleaning — home cleaning and mobile car valeting across Milton Keynes & Buckinghamshire. Built as an Astra child theme for stability and easy updates.
Author: Skyline
Version: 1.0.0
Template: astra
Text Domain: skyline
*/

/* ------------------------------------------------------------------
   Brand tokens — Astra reads these for its own buttons/links too.
   The full component styling is loaded from assets/skyline.css
   (enqueued in functions.php).
   ------------------------------------------------------------------ */
:root{
  --skyline-navy:#0B2440;
  --skyline-blue:#1E6FD9;
  --skyline-sky:#38BDF8;
  --skyline-amber:#FFB020;
}

/* Small brand touches on top of Astra's own header/footer */
.ast-builder-button-wrap .ast-custom-button,
.wp-block-button__link{
  background:var(--skyline-amber)!important;
  color:var(--skyline-navy)!important;
  border-radius:999px!important;
  font-weight:700!important;
}
a{color:var(--skyline-blue)}
