@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --app-font-family: 'Manrope', Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option,
table,
th,
td,
label,
a,
span,
div,
p,
small,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--app-font-family) !important;
}

body {
    font-weight: 400;
}

button,
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-weight: 700;
}

input,
select,
textarea {
    font-weight: 500;
}

th,
.nav-link,
.sidebar-link,
.menu-link,
.accordion-button {
    font-weight: 700;
}
