
@font-face{
  font-family:'Unlock';
  src:url('/assets/Unlock-Regular.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

/* BIG CHIEF brand text */
header a[href="/index.html"] .text-4xl{
  font-family:'Unlock',sans-serif !important;
  color:#d31818 !important;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0 3px 6px rgba(0,0,0,.7);
}

/* Only LAWN & HOME stays white */
header a[href="/index.html"] .text-sm{
  font-family:'Unlock',sans-serif !important;
  color:#ffffff !important;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

/* Main hero and section headings */
h1,
h2{
  font-family:'Unlock',sans-serif !important;
  color:#d31818 !important;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0 4px 8px rgba(0,0,0,.7);
}
