:root {
	--kx-green-950: #123b28;
	--kx-green-900: #174a31;
	--kx-green-800: #1e5b3a;
	--kx-green-700: #2f7447;
	--kx-green-600: #43885a;
	--kx-green-100: #e9f3e8;
	--kx-green-50: #f3f8f0;
	--kx-gold: #efbd3b;
	--kx-yellow: #f0c433;
	--kx-gold-soft: #fff0b8;
	--kx-cream: #f8f5ea;
	--kx-cream-2: #f1ecdd;
	--kx-white: #ffffff;
	--kx-ink: #1e2922;
	--kx-ink-soft: #59635c;
	--kx-border: #dfe5dc;
	--kx-shadow-sm: 0 8px 22px rgba(23, 74, 49, 0.08);
	--kx-shadow-md: 0 18px 48px rgba(23, 74, 49, 0.14);
	--kx-radius-sm: 14px;
	--kx-radius-md: 20px;
	--kx-radius-lg: 28px;
	--kx-container: 1180px;
	--kx-header-height: 76px;
	--kx-bottom-nav-height: 70px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--kx-cream);
	color: var(--kx-ink);
	font-family: "Noto Sans Devanagari", "Noto Sans", "Mukta", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.kx-panel-open {
	overflow: hidden;
}

img,
picture,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
}

button {
	color: inherit;
}

.kx-container {
	width: min(calc(100% - 32px), var(--kx-container));
	margin-inline: auto;
}

.kx-icon {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kx-svg-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.kx-screen-reader-text,
.kx-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

:focus-visible {
	outline: 3px solid var(--kx-gold);
	outline-offset: 3px;
}

[hidden] {
	display: none !important;
}
