:root {
  --accent: #9A93B4;
}



/* Base typography */

body {
  font-family: "Rosario", serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #222;
}

h1, h2, h3, h4, h5 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

/* UI typography: navigation, buttons, labels */

.navbar,
.navbar a,
.btn,
button {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.navbar a {
  letter-spacing: 0.02em;
}



/* Center titles and buttons, keep paragraphs readable */
main h1,
main h2 {
  text-align: center;
}

main .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}


footer a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

footer a:hover {
  opacity: 1;
}


/* Horizontal Rules */

hr {
  border: none;
  border-top: 1px solid var(--accent);
  opacity: 0.6;
}



/* Buttons: neutral by default */

.btn-outline-primary,
.btn-outline-secondary {
  color: #111;
  border-color: #111;
  background-color: transparent;
}

/* Hover: red response with white text */

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  background-color: #BD4C4C;
  border-color: #BD4C4C;
  color: #fff;
}



.btn {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


/* Essay container */
.essay {
  font-family: "Rosario", serif;
  color: #222;
}

/* Essay title */
.essay-title {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: #111;
}

/* Essay subtitle */
.essay-subtitle {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #111;
}

.asterism {
  text-align: center;
  color: var(--accent);
  font-family: "Karla", sans-serif; /* optional: makes it feel intentional */
  letter-spacing: .8em;           /* gives it air */
  margin: 3rem 0;                  /* vertical breathing room */
}


/* Super Script */

sup a {
  color: var(--accent);
  text-decoration: none;
}

sup a:hover {
  color: var(--accent);
  text-decoration: none;
}
.notes li {
  scroll-margin-top: 90px;
}

.essay-bullets {
  padding-left: 2rem;   /* indent entire block */
  margin-bottom: 2rem;  /* spacing below list */
}


.poem {
  text-align: center;
  font-style: italic;
  margin: 2.5rem 0;
}

.poem p {
  margin: 0.3rem 0;
  font-family: "Rosario", serif; /* optional */
}

.resources p {
  line-height: 1.6;
}



.resource-title em {
  font-style: italic;
}



.resource-block {
  margin-bottom: 2rem;
}

.resources h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.resource-title {
  font-size: 1.15rem;
  margin-bottom: .3rem;
}

.resource-author {
  font-size: .9rem;
  opacity: .7;
  margin-bottom: 1.2rem;
}

.resource-summary {
  max-width: 600px;
  margin: 0 auto 1rem auto;
  line-height: 1.55;
}


.tracklist {
  list-style-position: inside;
  padding-left: 0;
}

.tracklist li {
  margin-bottom: .5rem;
}

.list-wrap ol,
.list-wrap ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: center;
  margin: 0 auto;
}


.back-link {
  color: #9a93b4;
  text-decoration: none;
  font-family: var(--heading-font);
}

.back-link:hover {
  text-decoration: underline;
}
