/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.heading-title,
.intro-title,
.team-info-title,
.item-info-title {
    font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif !important;
    font-weight: normal;
}

body,
p,
.intro-description,
.team-info-text,
.item-info-text,
.nav,
.btn,
input,
textarea {
    font-family: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif !important;
}

/* Additional spacing for intro section */
.intro-description {
    margin-top: 30px !important;
}