@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Mono:wght@400&display=swap');

/* Asaph Group's existing visual language (matches the ERP and
   AsaphChargeOS): DM Sans/DM Mono, a near-black GitHub-dark-style
   background scale, and a bright green accent. Shared here rather than
   duplicated across every page in this app. */
:root {
  --bg: #0d1117;
  --bg2: #161b22;
  --bg3: #21262d;
  --bg4: #30363d;
  --border: #30363d;
  --text: #e6edf3;
  --text2: #8b949e;
  --text3: #6e7681;
  --accent: #00d68f;
  --red: #f85149;
  --amber: #e3b341;
  --blue: #58a6ff;
}

body { font-family: 'DM Sans', sans-serif; }
.mono { font-family: 'DM Mono', monospace; }

.wordmark { font-size: 24px; font-weight: 600; color: var(--accent); letter-spacing: -.01em; }
.tagline { font-size: 12px; color: var(--text2); margin-top: 2px; }
