/*
Theme Name: LeadsFortress Child
Theme URI: https://leadsfortress.com
Description: Child theme for Blocksy. Holds LeadsFortress page templates, brand tokens and site-specific CSS.
Author: Web Premium Services
Template: blocksy
Version: 1.0.0
Text Domain: leadsfortress-child
*/

/* Brand tokens, available site-wide including Gutenberg and Elementor content. */
:root{
  --lf-navy:#0D2B4E;
  --lf-navy-deep:#060f1a;
  --lf-navy-mid:#1A3F6E;
  --lf-blue:#1A6FBF;
  --lf-blue-light:#2E8DE8;
  --lf-gold:#F5A623;
  --lf-gold-dark:#D4891A;
}

/* House rule: no hover underlines on links, anywhere. */
a:hover,
a:focus{
  text-decoration:none;
}
