/* FirmaJet — global design tokens (max 8px radius) */

:root {
	--fj-radius-sm: 4px;
	--fj-radius-md: 6px;
	--fj-radius-lg: 8px;
	--fj-radius-xl: 8px;
	--fj-radius-pill: 8px;
	--fj-bottom-nav-radius: 10px 10px 0 0;
}

/* Clamp legacy pill / large radii sitewide */
.fj-btn,
.fj-search-form__input,
.fj-search-form__select,
.fj-search-form__submit,
.fj-company-card,
.fj-hero-spark__search,
.fj-hero-spark__search-btn,
.fj-hero-spark__badge,
.fj-hero-spark__tile,
.fj-hero-spark__trust-icon,
.fj-infobar__a,
.fj-bottom-nav__item,
input,
select,
textarea {
	border-radius: min(var(--fj-radius-lg, 8px), 8px) !important;
}

.fj-bottom-nav {
	border-radius: var(--fj-bottom-nav-radius) !important;
}

.fj-hero-spark__badge-dot,
.fj-company-card__verified {
	border-radius: 50% !important;
}
