/*
Theme Name: The Escrow Report
Theme URI: https://escrowreport.blog/
Author: Tatiane S.
Description: WordPress theme for The Escrow Report forensic housing intelligence site.
Version: 1.0.0
Text Domain: escrow-report
*/

:root {
  color-scheme: light;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fcfbf9;
  color: #0f172a;
}

.wp-site-blocks,
#escrow-report-app {
  min-height: 100vh;
}

.escrow-wp-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 920px;
  padding: 48px 24px 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

.escrow-wp-shell a {
  color: #92400e;
}

