/*
Theme Name: LocalGrowth USA
Theme URI: https://localgrowthusa.com
Author: LocalGrowth USA
Description: Custom theme for LocalGrowth USA — websites and local SEO for self-storage facilities and home service trades (HVAC, plumbing, roofing, kitchen & bath remodeling) across the US, Australia and New Zealand. Built with reusable Gutenberg block patterns for every section.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: localgrowth-usa
*/

/* ===========================================================
   DESIGN TOKENS
   =========================================================== */
:root{
  --ink:        #201e1d;
  --ink-70:     #444141;
  --ink-50:     #605d5d;
  --muted:      #9b9797;
  --muted-2:    #bab6b6;
  --hair:       #7d7979;

  --paper:      #f3f2f2;
  --paper-2:    #eae9e9;
  --paper-3:    #e0dede;

  --red:        #ec3013;
  --red-dark:   #ae1800;
  --red-hover:  #dd2b0f;
  --red-tint:   #fff2ef;
  --red-tint-2: #ffc4b8;

  --white:      #ffffff;

  --line:       rgba(32,30,29,0.4);
  --line-soft:  rgba(32,30,29,0.15);

  --font:       "Archivo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:  ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap:       1240px;
}
