/* ============================================================
   EduStudy Consultants — THEME TOKENS
   Every colour in the site is driven by these variables.
   Edit them here to re-skin the whole portal.
   (Lime-green on dark glassmorphism — the approved design system.)
   ============================================================ */
:root {
  /* Backgrounds */
  --ink:    #0A0F0D;   /* page background */
  --ink2:   #0d1410;   /* footer / alt background */
  --s1:     #141f1a;   /* card surface */
  --s2:     #192620;   /* elevated surface */
  --s3:     #1e2d26;   /* deepest card */

  /* Accent (lime green) */
  --em:     #88c029;   /* primary accent */
  --em2:    #6a9620;   /* accent hover */
  --em3:    #a8d44a;   /* accent bright */

  /* Lime text scale */
  --ht:     #f2fad8;   /* hero h1, section h2, page titles */
  --hb:     #dff0a0;   /* card titles, input text, body headings */
  --hm:     #a8cc55;   /* university names, tags, muted headings */
  --hd:     #6a9a20;   /* card h4, step titles, fee values */
  --hdk:    #4a6e12;   /* form labels, darkest green text */

  /* Muted text */
  --muted:  rgba(255,255,255,0.78);
  --muted2: rgba(255,255,255,0.55);
  --muted3: rgba(255,255,255,0.15);

  /* Borders */
  --border:  rgba(255,255,255,0.07);
  --border2: rgba(136,192,41,0.28);

  /* Glass */
  --glass:   rgba(255,255,255,0.03);
}
