/*
Theme Name: Graedyn Theme
Theme URI: https://kingtide.example/graedyn
Author: King Tide
Author URI: https://kingtide.example
Description: Custom classic theme with in-theme Gutenberg blocks for Graedyn Landscaping. Code-based alternative to Elementor.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.5
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: graedyn
*/

/* Base front-end styles. The global design system (tokens, base reset, shared
   component classes) lives in assets/css/design-system.css and is enqueued on
   both the front end and inside the block editor, so blocks look identical in
   both. Per-block style.scss files consume the --gl-* custom properties. */
.graedyn-container {
  width: 100%;
  max-width: var(--gl-container, 1180px);
  margin-inline: auto;
  padding-inline: var(--gl-pad, clamp(20px, 5vw, 40px));
}
