/*
 Theme Name:   High Country Child
 Theme URI:    https://highcountrytruck.com
 Description:  Custom child theme for High Country Truck & Auto
 Author:       Old Forrest Consulting
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  highcountry
*/

:root {
  --hc-orange: #e87a1e;
  --hc-orange-hover: #d06a14;
  --hc-black: #0d0d0d;
  --hc-charcoal: #1a1a1a;
  --hc-dark-gray: #2a2a2a;
  --hc-mid-gray: #444444;
  --hc-light-gray: #888888;
  --hc-text: #f0f0f0;
  --hc-text-muted: #cccccc;
  --hc-white: #ffffff;
  --hc-green: #2ecc71;
  --hc-red: #e74c3c;
  --hc-blue: #3498db;
  --hc-font-heading: 'Oswald', sans-serif;
  --hc-font-body: 'Source Sans 3', sans-serif;
  --hc-max-width: 1260px;
  --hc-radius: 6px;
}
