/*
Theme Name: Breezy's Beauty Corner — Child
Theme URI: https://breezysbeautycorner.co.ke
Description: Child theme for Breezy's Beauty Corner. Put every customisation in here so the parent theme can be updated without losing your changes.
Author: Breezy's Beauty Corner
Version: 1.0.0
Template: breezys-beauty-corner
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: breezys-child
*/

/* ============================================================
   YOUR CSS GOES BELOW THIS LINE
   ------------------------------------------------------------
   This file loads AFTER the parent stylesheet, so anything you
   write here wins. You do not need to copy the parent's CSS in —
   only the bits you want to change.

   The parent's design tokens are CSS variables, so the fastest
   way to restyle the whole shop is to override them once here.
   Uncomment and edit:

:root{
  --lacquer:#C21B52;   -- buttons, prices on sale, active states
  --ink:#241221;       -- all body text and dark surfaces
  --porcelain:#FBF6F3; -- page background
  --shell:#F1C9C4;     -- blush surfaces, hover states
  --sage:#C3D2C6;      -- applied-discount pill, success states
  --bronze:#A9793F;    -- hairlines, small print accents
  --r:14px;            -- corner radius on cards and inputs
}

   A few common tweaks, as examples:

.btn-solid{ border-radius:6px; }            -- squarer buttons
.card{ box-shadow:none; }                    -- flatter product cards
h1,h2,.disp{ letter-spacing:0; }             -- looser display type
.announce{ background:var(--lacquer); }      -- coloured announcement bar

   ============================================================ */
