/* Body copy */
.font-body {
	font-family: 'Inter', sans-serif;
}

/* Section headings */
.font-heading {
	font-family: 'Train One', serif;
}

/* Navigation links */
.font-nav {
	font-family: 'Montserrat', sans-serif;
}

/* Logo / Brand */
.font-logo {
	font-family: 'Bebas Neue', cursive;
}

.trg-logo {
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.trg-main {
  font-family: 'Rye', serif;
  font-size: 3rem;
  color: #1E1B4B; /* indigo ink */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0.5px 0.5px #e2e8f0; /* letterpress depth */
}

.trg-sub {
  font-family: 'Special Elite', monospace;
  font-size: 1.25rem;
  color: #E11D48; /* stamp red */
  text-transform: lowercase;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
  display: block;
}

.cat-number {
font-size: 0.75em;  /* smaller than parent */
font-style: italic;  /* makes it italic */
font-weight: normal; /* optional: lighter than title */
color: #555;         /* muted color */
display: block;      /* sits on its own line */
margin-top: 0.25em;  /* optional spacing */
}

#about {
	padding-top: 6rem; /* 24 * 0.25rem = 6rem */
}