:root {
	--samay-font-family: sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select,
.dropdown-menu,
.modal,
.card,
.table,
.alert,
.badge,
.navbar,
.sidebar,
.main,
.footer,
.header,
.pagetitle,
.breadcrumb,
.auth-page,
.auth-card {
	font-family: var(--samay-font-family) !important;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
label,
strong,
li,
td,
th {
	font-family: inherit;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	font-family: "bootstrap-icons" !important;
}

.lni::before,
[class^="lni-"]::before,
[class*=" lni-"]::before {
	font-family: "LineIcons" !important;
}
