/* Inter is distributed under the SIL Open Font License; see fonts/inter/OFL.txt. */
@font-face {
  font-family: 'Inter';
  src: url("fonts/inter/Inter-variable.bff0f6e3b9e2.ttf") format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root { --public-font: 'Inter', Arial, system-ui, sans-serif; }
body, body.streaming-home { font-family: var(--public-font); }
body h1, body h2, body h3, body button, body input, body select, body textarea {
  font-family: var(--public-font);
}
body h1, body h2, body h3 { font-weight: 700; }
.streaming-home .stream-hero h1 {
  font-family: var(--public-font);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .94;
}
.streaming-home .stream-hero h1 span { letter-spacing: -.055em; }
.streaming-home .shelf-heading h2 { letter-spacing: -.025em; }
.stream-brand, .wordmark, .brand { font-family: var(--public-font); font-weight: 900; }
