/* RightRates — design tokens (canonical, from the live product)
   https://rightrates.io */

:root {
  /* Ink / dark surfaces */
  --rr-ink:      #08090b; /* primary dark, backgrounds, text on light */
  --rr-ink-2:    #0e1013; /* raised dark surface */
  --rr-ink-3:    #14171b; /* hover dark surface */

  /* Paper / light surfaces */
  --rr-paper:    #f2f1ec; /* primary light, text on dark */
  --rr-paper-2:  #e9e7e0; /* secondary light */
  --rr-white:    #fbfaf7; /* off-white */

  /* Greys */
  --rr-grey-1:   #c9cdd3; /* light grey text on dark */
  --rr-grey-2:   #8f959e; /* mid grey, secondary text */
  --rr-grey-3:   #545963; /* dim grey, tertiary text */

  /* Accent — use sparingly, as a signal */
  --rr-accent:   #3d72ff; /* electric blue, primary accent */
  --rr-accent-2: #8b6cf6; /* violet, gradient partner */

  /* Status */
  --rr-ok:       #3cb371; /* success / live */
}

/* Signature gradient (headline words, hairlines, glows) */
/* linear-gradient(100deg, #3d72ff 0%, #8b6cf6 100%) */
