/*
Theme Name:   Corevia Child
Theme URI:    https://example.com/corevia
Author:       Your name
Author URI:   https://example.com
Description:  A starting point for customising Corevia. Edit this file and functions.php; both survive a parent-theme update.
Template:     corevia
Version:      1.0.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  corevia-child
*/

/*
 * Corevia enqueues this file for you — there is no wp_enqueue_style() to write
 * in functions.php, and no @import to add here. It loads after every Corevia
 * stylesheet, so anything below wins.
 *
 * Two things worth knowing before you write CSS here:
 *
 * 1. Corevia's element defaults are wrapped in :where(), which has zero
 *    specificity. A plain class selector always beats them. You should never
 *    need !important, and if you find yourself reaching for it, something else
 *    is wrong.
 *
 * 2. Most visual changes are a token, not a rule. Redefining a custom property
 *    changes it everywhere at once — the front end, the block editor, and any
 *    page builder reading the same variables.
 */

:root {
	/* Uncomment and edit. The full list is in docs/ARCHITECTURE.md §3. */

	/* --theme-primary: #7a2ff2; */
	/* --theme-radius-md: 0; */
	/* --theme-container: 82rem; */
	/* --theme-font-heading: "Your Font", system-ui, sans-serif; */
}
