:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #313A47;
  --ink-soft: #313A47;
  --muted: #8F5700;
  --line: #FFA47F;
  --accent: #FFA47F;
  --accent-soft: #8F5700;
  --gild: #8F5700;
  color-scheme: light;
}

html,
body {
  background: #ffffff;
  color: #313A47;
  font-family: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
}

body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IM FELL DW Pica SC', sans-serif;
}

p,
li,
a,
button,
input,
textarea,
label {
  font-family: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
}

main,
.deck,
.hero {
  background: #ffffff;
  color: #313A47;
}

.nav-shell {
  background: rgba(255, 255, 255, 0.96);
  color: #313A47;
  border-bottom: 1px solid rgba(49, 58, 71, 0.14);
  backdrop-filter: blur(10px);
}

.nav-link {
  color: rgba(49, 58, 71, 0.72);
  background: transparent;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: #313A47;
}

.nav-links li:nth-child(1) .nav-link:hover,
.nav-links li:nth-child(1) .nav-link:focus-visible {
  color: #ff7f73;
}

.nav-links li:nth-child(2) .nav-link:hover,
.nav-links li:nth-child(2) .nav-link:focus-visible {
  color: #ff9f5c;
}

.nav-links li:nth-child(3) .nav-link:hover,
.nav-links li:nth-child(3) .nav-link:focus-visible {
  color: #d889ff;
}

.nav-links li:nth-child(4) .nav-link:hover,
.nav-links li:nth-child(4) .nav-link:focus-visible {
  color: #4e89ff;
}

.nav-links li:nth-child(5) .nav-link:hover,
.nav-links li:nth-child(5) .nav-link:focus-visible {
  color: #17a88b;
}

.nav-links li:nth-child(6) .nav-link:hover,
.nav-links li:nth-child(6) .nav-link:focus-visible {
  color: #ff5fa2;
}

.nav-links li:nth-child(7) .nav-link:hover,
.nav-links li:nth-child(7) .nav-link:focus-visible {
  color: #bf7bff;
}

.nav-links li:nth-child(8) .nav-link:hover,
.nav-links li:nth-child(8) .nav-link:focus-visible {
  color: #00a6a6;
}

.nav-links li:nth-child(9) .nav-link:hover,
.nav-links li:nth-child(9) .nav-link:focus-visible {
  color: #8f5700;
}

.nav-links li:nth-child(10) .nav-link:hover,
.nav-links li:nth-child(10) .nav-link:focus-visible {
  color: #ffa47f;
}

.site-wordmark {
  color: #313A47;
}

.site-wordmark:hover,
.site-wordmark:focus-visible {
  color: #8F5700;
}

.spotify-embed {
  background: linear-gradient(135deg, rgba(255, 164, 127, 0.28), rgba(255, 127, 115, 0.18));
  border: 1px solid rgba(255, 164, 127, 0.45);
  box-shadow: 0 10px 28px rgba(255, 164, 127, 0.18);
}

.spotify-embed iframe {
  filter: hue-rotate(-18deg) saturate(1.2) brightness(1.04);
}

.footer-trigger {
  background: transparent;
}

.footer {
  background: #313A47;
  color: #ffffff;
  border-top: 1px solid #FFA47F;
}

.footer .small {
  color: #ffffff;
}

.footer .footer-link {
  color: #FFA47F;
}

.footer .footer-link:hover,
.footer .footer-link:focus-visible {
  color: #ffffff;
  border-bottom-color: #FFA47F;
}
