/**
 * Site-wide Inter font.
 *
 * @package kadence-child-new
 */

:root,
[data-bs-theme="light"] {
	--bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--bs-body-font-family: var(--bs-font-sans-serif);
}

body {
	font-family: "Inter", sans-serif;
}

button,
input,
select,
textarea {
	font-family: inherit;
}
