/*
 Theme Name:   Hickory Flat Animal Hospital
 Theme URI:    https://eoshealthcaremarketing.com/
 Description:  Hickory Flat Animal Hospital — EOS Divi 5 child theme.
 Author:       EOS Healthcare Marketing
 Author URI:   https://eoshealthcaremarketing.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  hickory
*/


:root {

  /* Fonts — one --font-[slug] per project font */
  /* Harlow Duo Serif Plain: NOT in Typekit kit pvn2mej — self-hosted (see typography.css @font-face) */
  --font-harlow-duo-serif-plain : "Harlow Duo Serif Plain", serif;
  /* Ofelia Display: Typekit kit pvn2mej (family name "ofelia-display") — 400/700 + italics */
  --font-ofelia-display         : "ofelia-display", sans-serif;

  /* Colors — Figma palette (Divi Global Colors seeded via WP-CLI, gcid-hickory-*) */
  --white         : #FBF9F5;
  --darkest-green : #1E3B2A;
  --red-brown     : #7F4229;
  --light-green   : #DBEAD9;
  --tan           : #DAC4A4;
  --forrest-green : #285D25;  /* Figma's spelling */
  --med-green     : #537850;
  --dark-tan      : #AB936A;
  --dark-brown    : #572A1C;
  --light-tan     : #E7D9C4;  /* unnamed in Figma — named by EOS */
  --jungle-green  : #084C29;

}
