/* Golden Throne - display face for titles.
   ------------------------------------------------------------------
   The @font-face rule itself is emitted from PHP, because the file
   lives in wp-content/uploads and only PHP knows that URL. This file
   just says what wears it.

   Titles only, deliberately. RocketshipTown is a heavy display face -
   it earns its keep at large sizes on short strings, and becomes hard
   work at body size or over several lines.

   Every rule keeps the theme's Georgia stack behind it, so if the font
   files are missing, the licence lapses, or the browser blocks the
   request, titles fall back to what the site uses today rather than
   dropping to an unstyled default. */

.entry-title,
.archive-title,
.page-title,
.widget-title,
.gt-browse-header__title,
.gt-card__title,
.gt-tile__name,
.gt-block__name,
.gt-group__heading,
.gt-glossary__heading {
	font-family: "RocketshipTown", Georgia, "Times New Roman", serif;
	/* Display faces are usually drawn tight; a touch of tracking stops
	   the caps running together at larger sizes. */
	letter-spacing: 0.01em;
}

/* The tile and block names sit over photography or in tight boxes, where a
   heavy face needs a little more room to read cleanly. */
.gt-tile__name,
.gt-block__name {
	letter-spacing: 0.02em;
}
