::root {
	tab-size: 4;
}

html {
	user-select: none;
	line-height: 1.5;
	font-family: Mukta, sanf-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

body {
	scroll-behavior: smooth;
	font-family: inherit;
	line-height: inherit;
}

html,body {
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p,th,td {
	user-select: text;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	text-decoration: none;
	background: transparent;
}

*, *:focus, *:active {
	outline: none;
}

*::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

*:-moz-focusring {
	outline: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type=\'search\'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: 900;
}

code, kbd, samp, pre {
	font-family: inherit;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
}

button, select {
	text-transform: none;
}

button, [type=\'button\'], [type=\'reset\'], [type=\'submit\'] {
	-webkit-appearance: button;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

summary {
	display: list-item;
}

fieldset {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

img {
	border-style: solid;
}

input::placeholder, textarea::placeholder {
	color: #A3A3A3;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

pre, code, kbd, samp {
	font-family: inherit;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
}

embed, iframe, img, object, video {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
}

button {
	background-color: transparent;
	background-image: none;
}

button, a {
	cursor: pointer;
}

*:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
    background-color: transparent;
	background: transparent;
}