/* Figma Variables from rv-style-beta1.fig, kept verbatim under their original
   names. These are the design-file mirror of the Sass tokens in _variables.scss —
   reference the --rv-* tokens in code; these exist so a value in the Figma file
   can be traced to CSS. Note --pv-black differs from --rv-black (the theme's
   #20222a); the Figma file's "black" is the navy-tinted #1f253b. */

:root {
  --pv-black: rgb(31,37,59);
  --pv-blue-darkbg: rgb(102,191,235);
  --pv-blue: rgb(14,143,206);
  --pv-dark-blue: rgb(37,48,86);
  --pv-gray-300: rgb(211,213,227);
  --pv-gray-400: rgb(157,162,193);
  --pv-gray-700: rgb(81,89,120);
  --pv-gray-704: rgb(211,213,227);
  --pv-gray-705: rgb(228,230,243);
  --pv-green-darkbg: rgb(152,216,62);
  --pv-green: rgb(119,195,27);
  --pv-red-darkbg: rgb(245,85,149);
  --pv-red: rgb(216,62,124);
  --pv-white: rgb(255,255,255);
  --pv-yellow-darkbg: rgb(255,213,64);
  --pv-yellow: rgb(255,192,55);
}
