/*
Theme Name: Learning Key
Theme URI: https://learningkey.co.uk/
Author: Learning Key Training Academy
Description: Block theme for Learning Key Training Academy — IT training, certifications and City & Guilds apprenticeships in Middlesbrough. Full site editing, light and dark mode, mega-menu navigation, and content types for courses and apprenticeships.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: learning-key
Tags: full-site-editing, block-patterns, education, dark-mode, one-column, right-sidebar, custom-colors, custom-menu, featured-images, accessibility-ready
*/

/*
   This file exists because WordPress requires it for the theme header above.

   The actual styles live in two enqueued files, in this order:

     assets/css/design-system.css   tokens, base, layout, buttons, cards,
                                    forms, motion, and both colour themes
     assets/css/components.css      header, navigation, footer, and the
                                    shared page furniture
     assets/css/blocks.css          CORE Gutenberg blocks — columns, images,
                                    media-text, tables, buttons. Anything
                                    authored in the editor needs this.
     assets/css/patterns.css        the section components the patterns use

   Colour, typography and spacing tokens are ALSO declared in theme.json so
   they appear in the block editor's own controls. theme.json is the source of
   truth for anything an editor can pick from a dropdown; design-system.css is
   the source of truth for everything else.

   Editor-only adjustments belong below.
*/

/* The block editor canvas has no <body class="condensed"> and no sticky
   header, so give edited content the same breathing room the front end has. */
.editor-styles-wrapper .wrap{max-width:var(--page)}
.editor-styles-wrapper .reveal{opacity:1;transform:none}
.editor-styles-wrapper .site-header{position:static}
