:root{
  --black:#000;
  --black-2:#050505;
  --panel:#080808;
  --panel-2:#101010;
  --white:#fff;
  --muted:#737373;
  --muted-2:#a8a8a8;
  --line:rgba(255,255,255,.16);
  --line-dark:rgba(0,0,0,.12);
  --red:#f20808;
  --red-2:#ff3a12;
  --red-dark:#8c0804;
  --paper:#f6f6f3;
  --ink-dark:#050505;
  --font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --max:calc(100vw - clamp(32px,7vw,96px));
  --pad:clamp(24px,3.8vw,62px);
  --section-y:clamp(78px,8vw,126px);
  --radius:8px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --dur:.7s;
}
