/*
Theme Name: Rick Yasko Child
Theme URI: https://rickyasko.local/
Template: rick-yasko
Author: Rick Yasko
Author URI: https://rickyasko.local/
Description: Child theme for Rick Yasko. Put every site-specific customisation here — the parent theme stays untouched and remains safely updatable.
Version: 1.0.0
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: rick-yasko-child
*/

/* =========================================================================
   Custom styles
   =========================================================================

   This theme owns all of the site's CSS:

     assets/css/main.css       the delivered design — avoid editing
     assets/css/wp-fixes.css   adjustments for WordPress' image markup
     assets/css/sections.css   styles for client-built custom sections
     style.css                 this file — your overrides, loaded last

   Every colour, font and size is a CSS custom property, so retheming the whole
   site is usually just a matter of overriding a few of them below. Better
   still, use Appearance → Customize → Rick Yasko — Design, which writes these
   same properties with a live preview.

   Uncomment and adjust:

   :root {
       --ry-accent:       #b4472e;
       --ry-accent-hover: #8f3623;
       --ry-text:         #1b1b1a;
       --ry-bg:           #ffffff;
       --ry-surface:      #f7f7f5;
       --ry-font-heading: Georgia, "Times New Roman", serif;
       --ry-container:    1160px;
   }

   Anything more specific goes underneath.
   ====================================================================== */
