:root{
  --navy:#0B4976;
  --cyan:#41E6F9;
  --green:#02E588;
  --blue:#009EC6;
  --ink:#08293d;
  --ink-2:#183b4d;
  --muted:#627680;
  --paper:#f8fbfa;
  --paper-2:#f0f8f7;
  --white:#fff;
  --line:rgba(11,73,118,.12);
  --shadow:0 24px 80px rgba(8,41,61,.12);
  --shadow-soft:0 14px 42px rgba(8,41,61,.08);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:18px;
  --radius-sm:14px;
  --display:'DM Serif Display', Georgia, serif;
  --sans:'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
}
