@import url("../base.css");
@import url("../modules/banner-title.css");
@import url("https://fonts.googleapis.com/css2?family=Uncial+Antiqua&family=IM+Fell+English+SC&display=swap");

/* Page: index.html */
body {
  font-family: "IM Fell English SC", serif;
}

header h1,
.section-title,
nav a {
  font-family: "Uncial Antiqua", serif;
}
