/* ============================================
   AdventuriQ Gamifier - Typography (Nunito)
   Based on Paces Bootstrap Admin theme
   Loaded after style.css to override defaults
   ============================================ */

/* --- Import Nunito from Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* --- Body --- */
body {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c5c;
}

/* --- Headings --- */
h1, .h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
h2, .h2 {
  font-size: 1.53125rem;
  font-weight: 600;
  line-height: 1.5;
}
h3, .h3 {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.5;
}
h4, .h4 {
  font-size: 1.09375rem;
  font-weight: 600;
  line-height: 1.5;
}
h5, .h5 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
h6, .h6 {
  font-size: 0.74375rem;
  font-weight: 600;
  line-height: 1.5;
}

/* --- Buttons --- */
.btn {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.btn-sm {
  font-size: 0.8125rem;
}
.btn-lg {
  font-size: 1.05rem;
}

/* --- Form Controls --- */
.form-control {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-control-sm {
  font-size: 0.8125rem;
}
.form-control-lg {
  font-size: 1.05rem;
}

/* --- Labels --- */
label,
.form-label,
.control-label {
  font-weight: 600;
}

/* --- Tables --- */
.table {
  font-size: 0.875rem;
}
.table th {
  font-weight: 600;
}

/* --- Cards --- */
.card-title {
  font-weight: 600;
}

/* --- Dropdowns --- */
.dropdown-item {
  font-size: 0.875rem;
  font-weight: 400;
}
.dropdown-header {
  font-size: 0.8125rem;
  font-weight: 600;
}

/* --- Navbar --- */
.navbar {
  font-family: "Nunito", sans-serif;
}
.navbar-brand {
  font-weight: 600;
}

/* --- Sidebar --- */
.sidebar {
  font-family: "Nunito", sans-serif;
}
.sidebar-menu-button {
  font-size: 0.875rem;
  font-weight: 400;
}
.sidebar-brand {
  font-weight: 600;
}

/* --- Breadcrumb --- */
.breadcrumb {
  font-size: 0.875rem;
}

/* --- Badges --- */
.badge {
  font-weight: 600;
}

/* --- Lead text --- */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/* --- Small text --- */
small, .small {
  font-size: 0.85em;
}

/* --- Pagination --- */
.pagination {
  font-size: 0.875rem;
}

/* --- Modal --- */
.modal-title {
  font-weight: 600;
}

/* --- Font weight utilities --- */
.font-bold,
.font-weight-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
