/* Font Override Stylesheet */
/* This file ensures all text on the site uses Montserrat font */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
button,
input,
textarea,
select,
.cd-release,
.book-author,
.footer-logo,
.hero-content h1,
.hero-accent,
section h2,
.gallery-info h3,
.artist-name {
  font-family: 'Montserrat', sans-serif !important;
}

/* Add font weight variations to create visual hierarchy instead of different fonts */
h1,
h2,
.footer-logo,
.artist-name {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

/* Add custom styling for elements that previously used Playfair Display */
.hero-content h1,
section h2,
.gallery-info h3 {
  letter-spacing: 2px;
}

/* For elements that were using italics with Playfair */
.cd-release,
.book-author {
  font-style: italic;
  font-weight: 400;
}
