@font-face {
  font-family: "FuturaPT-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.jwpepper.com/sheet-music/landing-pages/westside/fonts/FuturaPTMedium.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-Book";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.jwpepper.com/sheet-music/landing-pages/westside/fonts/.10884.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-MediumOblique";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.jwpepper.com/sheet-music/landing-pages/westside/fonts/futura-pt-book-oblique.otf") format("opentype");
}

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

* {
  box-sizing: border-box;
}
