@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
}

/* Apply Lato to headings as well */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
}

/* Apply Lato to navbar */
.navbar {
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
}

/* Ensure mobile responsiveness for columns */
@media (max-width: 767.98px) {
  .row > [class*="col-"] {
    margin-bottom: 1rem;
  }
}
