/* Medina Homes Guide — master brand variables
 *
 * Sister brand to Yoke Interactive. The "honest guide" editorial voice
 * carries a more institutional / civic-publication feel than Yoke's
 * service-business voice. Reference: ASSETS/MHG LOGO.svg.
 */
:root {
  /* MHG palette */
  --mhg-red:    #71120B;   /* primary — seal ring + trust accents */
  --mhg-taupe:  #9b907d;   /* secondary — structural neutral + dividers */
  --mhg-cream:  #e9e2cf;   /* tertiary — warm body ground */
  --mhg-ink:    #231F20;   /* near-black — headlines + body type */
  --mhg-white:  #FFFFFF;   /* pure white when needed */
  --mhg-muted:  #6F5F54;   /* metadata, captions, secondary type */
  --mhg-rule:   #C9B8AB;   /* hairline rules + soft dividers (light taupe) */

  /* Typography — editorial voice: serif for headlines + body, sans for UI */
  --mhg-font-display: 'Source Serif 4', Georgia, serif;
  --mhg-font-body:    'Source Serif 4', Georgia, serif;
  --mhg-font-ui:      'Hanken Grotesk', -apple-system, system-ui, sans-serif;
}
