/*
Theme Name: Openhand Readings
Theme URI: https://coleenhodges.com/
Author: Openhand Readings
Description: Own block theme for coleenhodges.com — "Ledger" design system: bone-paper background, mist grey-green ink, single oxblood accent carried on a heavy top border (never a shadow), zero corner radius everywhere, Crimson Pro/Archivo type pairing. Genuinely distinct from every other identity in this network.
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: openhand-readings
*/

/* 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: #F4F1E9;
  color: #24261F;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }

/* Zero radius everywhere, heavy oxblood top border in place of a shadow. */
.wp-block-button__link {
  border-radius: 0 !important;
  border-top: 5px solid var(--wp--preset--color--tertiary) !important;
}
.oh-card {
  border-radius: 0 !important;
  border-top: 5px solid var(--wp--preset--color--tertiary) !important;
  border-left: 1px solid var(--wp--preset--color--mono-3);
  border-right: 1px solid var(--wp--preset--color--mono-3);
  border-bottom: 1px solid var(--wp--preset--color--mono-3);
}
.oh-band {
  border-top: 6px solid var(--wp--preset--color--tertiary) !important;
}
.wp-block-group.oh-footer {
  border-top: 6px solid var(--wp--preset--color--tertiary) !important;
}
.oh-logo-mark {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--wp--preset--color--mono-1);
  position: relative;
  margin: 0 8px 6px 0;
  vertical-align: middle;
}
.oh-logo-mark::after {
  content: "";
  position: absolute;
  left: 26px;
  top: -2px;
  width: 6px;
  height: 6px;
  background: var(--wp--preset--color--tertiary);
}
