html {
  scroll-behavior: smooth;
}
.navbar-react {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > .alternate > a {
  color: #ffffff;
}
.dropdown {
  cursor: pointer;
}
.dropdown > a {
  pointer-events: none;
}
.navbar-toggle * {
  pointer-events: none;
}
.navbar-sidepanel .navbar-collapse {
  width: 500px;
  max-width: 80%;
}
.sidepanel-backdrop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.sticky {
  background-color: rgba(0, 0, 0, 0.6);
}
@font-face {
  font-family: spotify-circular;
  src: url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Book.woff2') format('woff2'), url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: spotify-circular;
  src: url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Bold.woff2') format('woff2'), url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: spotify-circular;
  src: url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Black.woff2') format('woff2'), url('https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
