@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/nunito-sans/NunitoSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --clubory-font-sans: "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

html,
body,
.wrapper,
.content-wrapper,
.main-header,
.main-sidebar,
.main-footer,
.navbar,
.brand-link,
.nav-sidebar,
.dropdown-menu,
.modal,
.card,
.btn,
.form-control,
.custom-select,
.select2-container,
.select2-results,
.dataTables_wrapper,
.swal2-popup,
.popover,
.tooltip,
table,
input,
select,
textarea,
button {
  font-family: var(--clubory-font-sans) !important;
}

body {
  font-weight: 400;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.content-header h1,
.card-title,
.modal-title,
.brand-text,
.navbar-brand,
.login-logo,
.register-logo {
  font-family: var(--clubory-font-sans) !important;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-link .brand-text,
.login-logo,
.register-logo {
  font-weight: 700;
  letter-spacing: .01em;
}

.btn,
.badge,
.nav-sidebar .nav-link,
.dropdown-item,
label,
th,
.table thead th,
.dataTable thead th {
  font-weight: 600;
}

.table td,
.dataTable td,
.form-text,
.text-muted,
small,
.small {
  font-weight: 400;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}

.fas,
.far,
.fal,
.fad {
  font-family: "Font Awesome 5 Free" !important;
}

.fas {
  font-weight: 900;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.mdi,
[class^="mdi-"],
[class*=" mdi-"] {
  font-family: "Material Design Icons" !important;
}
