
:root{
  --ink:#071417;
  --ink-2:#0d2328;
  --green:#9de38c;
  --teal:#087a78;
  --paper:#f7f9f8;
  --text:#0c1b1e;
  --muted:#667577;
  --radius:24px;
}
html{scroll-behavior:smooth}
img{max-width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}
.btn-primary{background:var(--green);color:var(--ink)}
.btn-secondary{border:1px solid rgba(7,20,23,.18)}
video{background:#071417}
