/* PLAXRAW — Design Tokens
   Colors, radii, and shared values used across the site.
   Values unchanged from the original inline stylesheet — see DECISIONS.md #018.
*/

:root{
  --navy:#0B2E2F;
  --teal:#146A6E;
  --green:#5FA23A;
  --lime:#A9D653;
  --paper:#F6F8F5;
  --ink:#12201D;
  --ink-soft:#4A5C56;
  --line: rgba(11,46,47,0.12);

  --radius: 14px;
  --radius-card: 20px;
  --radius-pill: 999px;

  --hex-clip: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  --gradient-secondary: linear-gradient(135deg, var(--lime), var(--teal));
}
