/*
Theme Name: Inkly Child
Theme URI: https://example.com/themes/inkly/
Template: inkly
Author: Inkly
Author URI: https://example.com/
Description: Child theme for Inkly. Put your customisations here so a parent theme update never overwrites them.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
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: inkly-child
*/

/* Add your own CSS below. It loads after the parent theme's compiled
   stylesheet, so plain declarations win without !important.

   Overriding a design token recolours the whole theme at once:

   :root {
       --inkly-accent: #1f4bd8;
       --inkly-accent-fg: #ffffff;
   }

   [data-theme="dark"] {
       --inkly-accent: #8fb0ff;
       --inkly-accent-fg: #0f0f11;
   }
*/
