@font-face {
  font-family: 'Tiempos Headline';
  src: url('../woff/tiemposheadlineweb-bold.woff')
    format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('../woff/tiemposheadlineweb-light.woff')
    format('woff');
  font-weight: light;
}

body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background-color: #f6f9ff; */
  color: #141b24;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

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

.container {
  max-width: 1200px !important;
}

.section-title {
  font-family: 'Tiempos Headline', serif !important;
  font-weight: bold !important;
  letter-spacing: -0.02em;
}

.serif-light {
  font-family: 'Tiempos Headline', serif !important;
  font-weight: light !important;
}

.border,
.border-bottom {
  border-color: #e8edf5 !important;
}

.rounded {
  border-radius: 2px !important;
}

.btn-snappr {
  font-weight: 700;
  border-radius: 2px;
  background-color: #141b24;
  border-color: #141b24;
  color: white;
  padding: 14px 25px;
}

.btn-snappr:hover {
  background-color: #454f5c;
  border-color: #454f5c;
  color: white;
}

.btn-snappr:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 27, 36, 0.2);
}

.btn-snappr img {
  margin-top: -2px;
  margin-left: 12px;
}

.nav-link {
  padding-right: 15px !important;
  padding-left: 15px !important;
  color: #454f5c !important;
  font-weight: 700;
}

.bg-dark {
  background-color: #141b24 !important;
}

.bg-light {
  background-color: #f6f9ff !important;
}

.form-control {
  border-radius: 2px;
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

li:nth-child(even) {
  list-style-image: url('../svg/bullet-warm.svg');
}

li:nth-child(odd) {
  list-style-image: url('../svg/bullet-cool.svg');
}

@media (max-width: 767.98px) {
  #title-text {
    margin-top: -30px;
  }
  #title-image {
    height: 200px !important;
  }
  .page-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
