/* 1. Custom Font Definition (Airstone Font) */
@font-face {
  font-family: 'Airstone';
  src: url('/fonts/Airstone.woff2') format('woff2'),
       url('/fonts/Airstone.woff') format('woff'),
       url('/fonts/Airstone.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 2. Global Typography Override (American Typewriter) */
html, body, p, span, a, li, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: 'American Typewriter', 'Courier New', Courier, serif !important;
}

/* 3. Featured Projects Title Typography Override (Airstone Font - Title Case) */
.featured-projects .project-title,
.featured-projects h2,
.featured-projects h3,
.project-card .project-title,
.project-card h2,
.project-card h3,
.project-item-title,
.project-title {
  font-family: 'Airstone', 'American Typewriter', serif !important;
  text-transform: capitalize !important; /* First letter capitalized, non-all-caps */
  letter-spacing: 0.02em !important;
}

/* 4. Logo Sizing & Proportions */
img.lead-official-logo-img,
.brand img {
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Footer Background Styling for Light Artwork */
footer img.lead-official-logo-img,
.site-footer img.lead-official-logo-img {
  background: #ffffff !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
}

/* 5. Menu Typography Consistency */
header nav ul li a,
header a,
.main-navigation ul li a,
.nav-link {
  font-family: 'American Typewriter', 'Courier New', Courier, serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* 6. Actual Featured Project Title Selectors */
.projects-preview .project-card .project-meta strong,
.project-galleries .project-gallery .gallery-heading h2,
.project-gallery .gallery-heading h2 {
  font-family: 'Airstone', 'American Typewriter', serif !important;
  text-transform: none !important;
  font-weight: normal !important;
  letter-spacing: 0.02em !important;
}

/* 7. Remove old Lead Studio trade-name line */
.legal-line {
  display: none !important;
}
