/* Original GT Walsheim Trial files supplied by the project owner. */
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/gt-walsheim-regular-trial.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/gt-walsheim-medium-trial.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/gt-walsheim-bold-trial.otf') format('opentype');
  font-display: swap;
}
body {
  font-family: 'GT Walsheim', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
h1, h2, h3, .marketing-page h2, .landing-copy h1 {
  font-weight: 500;
  letter-spacing: -.04em;
}
.landing-copy h1 { letter-spacing: -.053em; }
.button, .text-link, .nav { font-weight: 500; }
