/* dfma.tools design tokens. shared across templates.
   tweak here to retune the whole site. */

:root {
  --bg:           #0d1014;
  --bg-elev:      #151a1f;
  --bg-elev-2:    #1c232a;

  --ink:          #e6e8eb;
  --ink-soft:     #aab1ba;
  --ink-faint:    #6b727b;
  --ink-accent:   #66c2a5;   /* slightly warmer green than justgeo's */

  --rule:         #232a32;
  --rule-soft:    #1a2026;

  --link:         #cfb98a;   /* warm amber, brand differentiator from justgeo */
  --link-hover:   #f1d7a3;

  --status-available:   #66c2a5;
  --status-beta:        #d6a657;
  --status-coming-soon: #6b727b;
  --status-archived:    #6b727b;

  --buy-bg:        #cfb98a;
  --buy-bg-hover:  #f1d7a3;
  --buy-fg:        #14181c;

  --measure:      66ch;
  --measure-wide: 80ch;
  --pad:          clamp(1rem, 4vw, 2rem);
  --radius:       6px;

  --font-body:    -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
