/*
Theme Name: GeneratePress Child - Owners Manual
Template: generatepress
Version: 1.0
*/

:root {
  --om-navy: #12395E;
  --om-signal: #1D5FA5;
  --om-signal-hover: #164a83;
  --om-rust: #C9660A;
  --om-rust-hover: #b25709;
  --om-sand: #FBF1DE;
  --om-green: #2F7D4F;
  --om-bg: #f7f7f5;
  --om-surface: #ffffff;
  --om-border: #e2e1dc;
  --om-border-strong: #cbc9c2;
  --om-text: #23231f;
  --om-text-secondary: #5a594f;
  --om-text-muted: #8a8879;
}

body { background: var(--om-bg); color: var(--om-text); }
a { color: var(--om-signal); }

@media (max-width: 900px) {
  .om-cat-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .om-editorial-grid { grid-template-columns: 1fr !important; }
  .om-footer-grid { grid-template-columns: 1fr 1fr !important; }
  .om-hero-h1 { font-size: 28px !important; }
}
