/*
Theme Name: QSHD Theme
Theme URI: https://kingtide.example/qshd
Author: King Tide
Author URI: https://kingtide.example
Description: Custom classic theme with in-theme Gutenberg blocks. Built as the qshd starter kit to replace 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: qshd
*/

/* Base front-end styles. Design tokens live in theme.json and are exposed as
   --wp--preset--* CSS variables, consumed here and in block styles. */
body {
  margin: 0;
  font-family: var(--wp--preset--font-family--base, system-ui, sans-serif);
  color: var(--wp--preset--color--foreground, #1a1a1a);
  background: var(--wp--preset--color--background, #ffffff);
}

.qshd-container {
  max-width: var(--wp--style--global--content-size, 820px);
  margin-inline: auto;
  padding-inline: 1rem;
}
