/*
Theme Name: Jireh
Theme URI: https://editorialjireh.cl
Author: Editorial Jireh
Author URI: https://editorialjireh.cl
Description: Tema oficial de Editorial Jireh — página en construcción.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: jireh
*/

:root {
  --navy:      #1d3452;
  --navy-deep: #0d1b2a;
  --gold:      #c4922a;
  --gold-light:#e8b84b;
  --white:     #ffffff;
  --cream:     #f5f0e8;
  --text-muted:#a8b8c8;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
