/* Eric Quinn — Skills Check Lab 2 — Dr0p$h1p site */
/* Web‑safe fonts: headings use a serif family; body uses a sans‑serif family */
:root{ --heading-font: Georgia, "Times New Roman", Times, serif; --body-font: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }


html, body { font-family: var(--body-font); }
h1, h2, h3, .display-1, .display-2, .navbar-brand { font-family: var(--heading-font); letter-spacing: .5px; }


/* Small utility to give cards equal height in album grid */
.album-card .card-body { display: flex; flex-direction: column; }
.album-card .price { margin-top: auto; font-weight: 600; }


footer { font-size: .95rem; }