/*
Theme Name: NDY XRIGHE
Theme URI: https://example.com/ndy-xrighe
Author: Nandemoya (generated with ChatGPT)
Author URI: https://www.nanndemoya.net/
Description: Lightweight, XRIGHE-like utility & business-oriented WordPress block theme optimized for Jetpack/Stripe integrations. Fully compatible with FSE (Site Editor).
Version: 0.1.0
Tested up to: 6.6
Requires at least: 6.3
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ndy-xrighe
Tags: full-site-editing, block-patterns, one-column, editor-style, wide-blocks, accessibility-ready, custom-colors, custom-logo
*/
:root {
  --ndy-accent: #1e73be;
  --ndy-accent-contrast: #ffffff;
}
/* Basic resets and minimal styles for non-block front-end */
body { margin:0; }
a.button, .wp-block-button__link.ndy-button {
  display:inline-block; padding:.75em 1.1em; border-radius:.4rem;
  background:var(--ndy-accent); color:var(--ndy-accent-contrast); text-decoration:none;
}
.ndy-notice { padding:1rem; border-left:.35rem solid var(--ndy-accent); background:#f6f7f9; }
.ndy-cols { display:grid; gap:1rem; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); }
