h1, .h1 {
font-family: 'Archivo Black', sans-serif;
font-weight: 400;
line-height: 1.05;
font-size: clamp(2.25rem, 5vw, 4rem);
color: #111111;
}
h2, .h2 {
font-family: 'Archivo Black', sans-serif;
font-weight: 400;
line-height: 1.1;
font-size: clamp(1.875rem, 4vw, 3rem);
color: #111111;
}
h3, .h3 {
font-family: 'Archivo Black', sans-serif;
font-weight: 400;
line-height: 1.2;
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
color: #111111;
}
h4, .h4 {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #111111;
}
body, p, .text-body {
font-family: 'DM Sans', sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: #111111;
}
.eyebrow {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 0.875rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #32563c;
}
.eyebrow-gold {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 0.875rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #f5d93f;
} .link {
color: #32563c;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.05em;
text-decoration: none;
transition: color 0.2s ease;
}
.link:hover {
color: #c9b020;
}
.link-underline {
color: #32563c;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.05em;
text-decoration: underline;
text-underline-offset: 4px;
transition: color 0.2s ease;
}
.link-underline:hover {
color: #c9b020;
} .deco-line {
width: 48px;
height: 3px;
background-color: #f5d93f;
border-radius: 2px;
margin-bottom: 1.5rem;
} .badge {
display: inline-block;
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 3px 12px;
border-radius: 20px;
}
.badge-gold {
background-color: #f5d93f;
color: #111111;
}
.badge-forest {
background-color: #32563c;
color: #f5d93f;
}
.badge-dark {
background-color: #c9b020;
color: #ffffff;
} .btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 1rem 2rem;
border-radius: 9999px;
font-weight: 700;
font-size: 0.875rem;
letter-spacing: 0.05em;
text-decoration: none;
border: 2px solid transparent;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn:hover {
transform: scale(1.04);
}
.btn-primary {
background-color: #32563c;
border-color: #32563c;
color: #ffffff;
}
.btn-primary:hover {
background-color: #f5d93f;
border-color: #f5d93f;
color: #111111;
}
.btn-gold {
background-color: #f5d93f;
border-color: #f5d93f;
color: #111111;
}
.btn-gold:hover {
background-color: transparent;
border-color: #f5d93f;
color: #f5d93f;
}
.btn-outline {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.4);
color: #ffffff;
}
.btn-outline:hover {
border-color: #f5d93f;
color: #f5d93f;
}
.btn-outline-dark {
background-color: transparent;
border-color: #32563c;
color: #32563c;
}
.btn-outline-dark:hover {
background-color: #32563c;
color: #ffffff;
}
.btn-lg {
padding: 1.25rem 3rem;
font-size: 1rem;
}