/* CSS Document */

@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url('../Fonts/FoundersGroteskXCond-Bold.eot');
    src: url('../Fonts/FoundersGroteskXCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/FoundersGroteskXCond-Bold.woff2') format('woff2'),
        url('../Fonts/FoundersGroteskXCond-Bold.woff') format('woff'),
        url('../Fonts/FoundersGroteskXCond-Bold.ttf') format('truetype'),
        url('../Fonts/FoundersGroteskXCond-Bold.svg#FoundersGroteskXCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'Founders Grotesk X-Condensed', sans-serif;
    font-size: clamp(40px, 8vw, 80px);
	line-height: 90%;
    text-transform: uppercase;
    color: #551316;
    margin: 0; /* Keeps the labels close 
	font-style: bold;
	font-weight: bold;*/
}

h2 {
  font-family: 'Founders Grotesk X-Condensed', sans-serif;
  font-size: clamp(30px, 6vw, 60px);
  line-height: 0.8; /* tighter and more reliable */
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

h3 {
  font-family: 'Founders Grotesk X-Condensed', sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 0.8; /* tighter and more reliable */
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

p {
  font-family: Georgia, serif;
	font-size: clamp(0.6rem, 1.2rem, 18px);
  /*font-size: 1.2rem;       ≈18px */
  line-height: 1.4;
  margin: 0;
  color: #551316;   
}

.p-small {
  font-size: clamp(0.5rem, 0.9rem, 14px);
  line-height: 1.2;
  color: #551316;
  font-family: Georgia, serif;
  margin: 0;
}

.p-Fred {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #551316;
  font-family: Georgia, serif;
  margin: 0;
}



footer p {
	font-family: Georgia, serif;
	font-size: 0.8rem;
	color: #d5e7f3;
}

.hero p {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
