@font-face {
  font-family: "NotoSans";
  src: url("/assets/NotoSans-Regular-88793d4c.ttf") format("truetype"), url("/assets/NotoSans-Italic-916abfe0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MaterialSymbolsOutlined";
  src: url("/assets/MaterialSymbolsOutlined-Regular-b9efe045.ttf") format("truetype");
  font-display: swap;
}
.material-symbols-outlined {
  font-family: MaterialSymbolsOutlined;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: NotoSans;
  font-size: 1rem;
  color: #ebf9ff;
}

main {
  padding: 4rem 0;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

main section {
  margin-bottom: 1.5rem;
}

.container2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40rem) {
  .container2 {
    max-width: 40rem;
  }
}
@media (min-width: 60rem) {
  .container2 {
    max-width: 60rem;
  }
}

.dock {
  background-color: rgba(21, 25, 30, 0.9490196078);
}

.sheet {
  background-color: #262f3a;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .sheet {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}

.sheet-header {
  position: relative;
}
@media (min-width: 40rem) {
  .sheet-header {
    text-align: center;
  }
}
.sheet-header p {
  color: #b3b3b3;
  font-size: 0.5rem;
}

.sheet-actions {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 40rem) {
  .sheet-actions {
    top: -1rem;
    right: -1rem;
  }
}

.sheet-divider {
  padding: 1rem 0;
  margin: 1rem 0;
  position: relative;
}
.sheet-divider::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #50a2ff 0%, #867eff 100%);
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1.5rem;
  background: #15191e;
  color: #ebf9ff;
  padding: 0.75rem 0.75rem;
  z-index: 100;
  transition: top 0.3s;
}
.skip-link:focus {
  top: 1.5rem;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: red transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.album-art {
  display: flex;
  place-content: center;
}

.album-art__image {
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
}

/*# sourceMappingURL=/assets/application-86de4acb.css.map */
