Link to article: Escapade.
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
:root{
/* -- CENTERED HEADER VARS -- */
--header-title: "Escapade";
--header-subtitle: "by pickle";
}
.quintessential-regular {
font-family: "Quintessential", serif;
font-weight: 400;
font-style: normal;
}
@media (max-width: 767px) {
#header h1 a::before {
font-size: calc(1.5rem + 8vw);
}
}