/* --------------------- */
/* general           */
/* --------------------- */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.navbar-light {
  background-color: white !important;
}

.btn-primary {
  background: linear-gradient(
    90deg,
    rgba(251, 165, 34, 1) 0%,
    rgba(250, 72, 30, 1) 100%
  );
  border: none;
  border-radius: 32px;
  padding: 10px 15px;
}

.btn-primary:hover {
  background: linear-gradient(
    90deg,
    rgba(250, 72, 30, 1) 0%,
    rgba(250, 72, 30, 1) 100%
  );
  border-color: #c7761a;
}

.btn-lg {
  padding: 15px 50px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ecb348;
}

section p {
  font-size: 1.3rem;
}

.text-primary {
  color: #e29142 !important;
}

.text-blue {
  color: #5d9cd1 !important;
  font-weight: 400;
}

.text-orange {
  color: #cb672e !important;
}

header {
  padding: 15px 0;
  background-color: white;
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 4rem;
  }

  .section-subtitle {
    font-size: 1.4rem;
  }
}
