Now in open beta
Composable primitives for teams that move quicker than their roadmap. No setup, no ceremony, no rewrite.
a.hero__cta {width: 121px;height: 36px;margin: 0px;padding: 10px 16px;display: inline-flex;align-items: center;box-sizing: border-box;border-radius: 8px;background: #FFFFFF;font-size: 14px;font-family: Geist, system-ui, sans-serif;font-weight: 500;text-align: center;line-height: 1.6;color: #131313;}
.hero__cta {display: inline-flex;align-items: center;padding: 10px 16px;border-radius: 8px;background: var(--primary);color: var(--background);font-size: 14px;font-weight: 500;transition: background 0.2s ease;}.hero__cta:hover {background: var(--accent);}
w-[121px] h-[36px] m-[0px] px-[16px] py-[10px] inline-flex items-center box-border rounded-[8px] bg-[rgb(255,255,255)] text-[14px] font-[family-name:Geist,_system-ui,_sans-serif] font-[weight:500] text-center leading-[1.6] text-[rgb(19,19,19)]