@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Fira Sans", serif;
}
.hero-section {
  text-align: left;
  padding: 120px 0;
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.app-images img {
  max-width: 100%;
}
.hero-section p {
  font-size: 17px;
  color: #333;
}

.hero-section a {
  color: #000;
}
nav a.nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #9f9d9d;
}
nav .nav-link.active {
  color: #000;
}
.primary-color {
  color: #7F1734;
}
