/* Forked.gg brand tokens
   Drop these into any project. Non-commercial use per the brand license (brand-license.html).
   Palette follows Game Boy DMG discipline: green + near-black, white as a rare accent. */

:root {
  /* Core palette */
  --forked-phosphor-green: #81A454; /* primary: the logo green */
  --forked-void-black:     #050A05; /* primary background / ink */
  --forked-white:          #FFFFFF; /* rare accent only */

  /* Working tints (derived, for UI depth) */
  --forked-green-bright:   #A6CC6E; /* highlights / hover */
  --forked-green-deep:     #5C7A3A; /* shadows / pressed */
  --forked-panel:          #0C140C; /* raised surface over void */
  --forked-grid-line:      #16241688; /* subtle grid on dark */

  /* Type stack
     Anton: display / headlines
     "Press Start 2P": 8-bit accent, sparingly
     "Space Grotesk": body copy
     "JetBrains Mono": data, code, numbers
     All four are free on Google Fonts. */
  --forked-font-display: "Anton", "Arial Narrow", sans-serif;
  --forked-font-pixel:   "Press Start 2P", monospace;
  --forked-font-body:    "Space Grotesk", system-ui, sans-serif;
  --forked-font-mono:    "JetBrains Mono", ui-monospace, monospace;
}
