/*
 * WAW Events — single event post styles
 * Scoped to .waw-event-post body class so it only affects event pages.
 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:wght@300;400;500&display=swap');

.waw-event-post .waw-event-wrapper {
  font-family: 'Figtree', sans-serif;
}

/* Tighten up Disqus embed on dark background */
.waw-event-post #disqus_thread a {
  color: #ff2d78;
}

.waw-event-post .waw-disqus-wrap {
  margin-top: 0;
}
