/*
Theme Name: Praetrans
Theme URI: https://praetrans.com/
Author: Praetrans
Description: Own block theme for praetrans.com — "Threshold" design system: cool stone grey ground, teal-black ink, single amber accent, a visible boxed grid line device instead of shadows, 2px corners throughout, Domine/Hind type pairing.
Requires at least: 6.5
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: praetrans
*/

/* Fallback rules for contexts that don't read theme.json-generated CSS
   (defensive only — WordPress generates the real presets from theme.json). */
body {
  background-color: #ECEEEC;
  color: #272B2A;
  background-image:
    repeating-linear-gradient(to right, #B9C0BC 0 1px, transparent 1px 80px),
    repeating-linear-gradient(to bottom, #B9C0BC 0 1px, transparent 1px 80px);
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 2px !important; }
.wp-block-group.pt-footer a { color: inherit; }
.pt-grid-section { position: relative; }
