/* Fonts */
@font-face {
  font-family: 'Bobby Jones Soft';
  src: url('https://assets.journeetrips.com/fonts/BobbyJonesSoft-Regular.woff2') format('woff2'),
       url('https://assets.journeetrips.com/fonts/BobbyJonesSoft-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caspar-Condensed';
  src: url('https://assets.journeetrips.com/fonts/Caspar-Condensed-Bold.woff2') format('woff2'),
       url('https://assets.journeetrips.com/fonts/Caspar-Condensed-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('https://assets.journeetrips.com/fonts/InterTight-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-display: swap;
}

/* Default typography */
body {
  font-family: 'Inter Tight', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1, .h1 {
  font-family: 'Bobby Jones Soft', sans-serif;
  font-size: 52px;
  line-height: 48px;
}
h2, .h2 {
  font-family: 'Caspar-Condensed', sans-serif;
  font-size: 48px;
  line-height: 44px;
}
h3, .h3 {
  font-size: 28px;
  line-height: 32px;
}
h4, .h4 {
  font-size: 24px;
  line-height: 28px;
}
h5, .h5 {
  font-family: 'Bobby Jones Soft', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.subtitle1 {
  font-family: 'Bobby Jones Soft', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.subtitle2 {
  font-family: 'Bobby Jones Soft', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
p, .body1 {
  font-size: 18px;
  line-height: 24px;
}
.body2 {
  font-size: 16px;
  line-height: 20px;
}
.btn {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.btn-cta {
  font-weight: 900;
  letter-spacing: 1.28px;
}
.overline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.12px;
}
