/*
 Theme Name: Argo Alpha (Child of GeneratePress)
 Theme URI: https://dallas-park.com/
 Description: Argo Alpha 0.7.06 — child theme of GeneratePress. Header/footer from Argo Index Template, GeneratePress content layouts styled to Argo.
 Author: Dallas — Private Analytics & Reconnaissance Company
 Author URI: https://dallas-park.com/
 Version: 0.7.06
 Template: generatepress
 Text Domain: argo-alpha
*/

:root {
  --argo-header-bg: #263238;
  --argo-header-fg: #FFFFFF;
  --argo-content-bg: #f7f8f9;
  --argo-footer-bg: #455A64;
  --argo-footer-fg: #CFD8DC;
  --argo-link: #E65100;
  --argo-container: 1128px;
}

/* Utility */
.u-border-orange { border: 2px solid #E65100; }
