/*
Theme Name:        CraftBook Custom Theme V1 Subtheme
Theme URI:         https://www.craftbook.co.uk
Template:          craftbook-custom-theme
Author:            Paul Riley
Author URI:        https://www.craftbook.co.uk/about
Description:       Subtheme theme for CraftBook Custom Theme V1. Make all your customisations here — they will never be overwritten when the parent theme is updated.
Version:           1.0.0
Requires at least: 6.4
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       craftbook-subtheme
*/

/*
 * HOW TO CUSTOMISE THIS SUBTHEME THEME
 * ==================================
 *
 * 1. TO CHANGE COLOURS:
 *    Override CSS custom properties in the :root block below.
 *    Example: To change the accent to burgundy:
 *
 *    :root {
 *        --color-accent:       #7B2D3B;
 *        --color-accent-hover: #5C1E28;
 *        --color-link:         #7B2D3B;
 *        --color-link-hover:   #5C1E28;
 *    }
 *
 * 2. TO OVERRIDE ANY COMPONENT STYLE:
 *    Copy the relevant CSS selector from the parent theme's stylesheet
 *    and paste it here with your modifications. Your rules will take
 *    priority over the parent theme because this file loads last.
 *
 * 3. TO ADD FONTS:
 *    Add @font-face rules here and update --font-heading or --font-body.
 *
 * 4. TO ADD PHP FUNCTIONALITY:
 *    Edit the subtheme theme's functions.php file (not this file).
 *
 * IMPORTANT: Never edit the PARENT theme files directly. Always use
 * this subtheme theme for all customisations.
 */

/* Add your custom CSS below this line */
