/*
 * GoBob brand tokens — sourced from GoBob_Web_ERP
 * GOBOB/Components/CSS/Styles.css, Styles_login.css, navigation.css
 * Shared with GoBob_Web_Goboboutpost.com and GoBob_Web_GobobDoes.com
 */
:root {
  --gobob-red: #990000;
  --gobob-red-dark: #7a0000;
  --gobob-red-bright: #b10808;
  --gobob-red-nav-hover: #ff303b;
  --gobob-red-border: rgba(153, 0, 0, 0.35);

  --gobob-brown: #47282d;
  --gobob-maroon: #7b0000;
  --gobob-maroon-deep: #850010;
  --gobob-maroon-accent: #9a0010;

  --gobob-gold: #d6a00e;
  --gobob-gold-warn: #ffcc00;
  --gobob-tan: #f2e0bc;

  --gobob-black: #080808;
  --gobob-charcoal: #24232b;
  --gobob-gray-dark: #333333;
  --gobob-gray-border: #e0e0e0;
  --gobob-gray-muted: #ccc;
  --gobob-gray-bg: #f2f2f2;
  --gobob-gray-panel: #e7eaed;
  --gobob-white: #ffffff;

  --gobob-page-bg: var(--gobob-red);
  --gobob-body-text: #232323;
  --gobob-footer-bg: var(--gobob-black);
  --gobob-footer-text: var(--gobob-gray-muted);
  --gobob-footer-link: #f5c6c6;

  --gobob-font-body: Georgia, "Times New Roman", Times, serif;
  --gobob-font-heading: "Caprasimo", Helvetica, Arial, Lucida, sans-serif;
  --gobob-font-display: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --gobob-font-nav: Verdana, Helvetica, sans-serif;
}
