/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500&display=swap');

/* Apply 'Prompt' font to the entire body for project-wide consistency */
body {
  font-family: 'Prompt', sans-serif;
}

/* Adjust font size for better readability in the navbar */
.navbar-brand {
  font-size: 1.2rem; /* ~19px */
}

.nav-link {
  font-size: 1.05rem; /* ~17px */
}

.btn {
    font-size: 0.9rem; /* ~14.4px */
}

.dropdown-item {
    font-size: 1rem; /* 16px */
}