:root {
  /* Brand colours */
  --magenta: #FF1B6E;
  --lime:    #D4F23A;
  --violet:  #9577F0;
  --cyan:    #21D4F0;
  --gold:    #FFD93D;
  --green:   #7ED957;

  /* Dark palette */
  --ink:      #0C0C0C;
  --ink-soft: #1A1A1A;
  --cream:    #FFF5E6;

  /* Text opacity steps */
  --t-70: rgba(255,245,230,0.7);
  --t-55: rgba(255,245,230,0.55);
  --t-40: rgba(255,245,230,0.4);

  /* Borders */
  --hairline:   rgba(255,245,230,0.08);
  --hairline-2: rgba(255,245,230,0.14);

  /* Extended palette */
  --magenta-deep: #C2104F;
  --lime-deep:    #95B41A;
  --ink-card:     #141414;
  --t-100: rgba(255,245,230,1);
  --t-25:  rgba(255,245,230,0.25);

  /* Typography */
  --font-body: 'Nunito', system-ui, sans-serif;

  /* Spacing scale */
  --sp-1: 8px;
  --sp-2: 14px;
  --sp-3: 20px;
  --sp-4: 28px;
  --sp-5: 40px;
  --sp-6: 56px;
  --sp-section: 88px;
}
