:root {
	--bs-body-font-family: "RubikLocal", "RubikFallback", sans-serif;
	--bs-heading-font-family: "RubikLocal", "RubikFallback", sans-serif;
}

html,
body,
a,
b,
div,
input,
p,
select,
span,
table,
td,
textarea,
th,
tr,
button {
	font-family: var(--bs-body-font-family) !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--bs-heading-font-family) !important
}

.tooltip,
.popover {
	font-family: var(--bs-body-font-family) !important
}