/* Font definitions for headings, body text, and code */

/* Headings use Roboto Slab */
h1, h2, h3, h4, h5, h6,
.card-header,
.card-title {
  font-family: "Roboto Slab", ui-serif, Georgia, "Times New Roman", Times, serif;
}

/* Body text uses Barlow */
body,
p,
.card-text,
.nav-link,
.dropdown-item,
.btn {
  font-family: "Barlow", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* Code elements use Courier Prime */
code,
pre,
kbd,
samp {
  font-family: "Courier Prime", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Tables use Barlow Condensed */
table,
th,
td {
  font-family: "Barlow Condensed", "Barlow", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
