
/* LEAD DEVT CORP — PROJECT TITLE + LEGAL LINE UPDATE */

/* The uploaded website-cms.css already declares the Airstone @font-face.
   These are the selectors actually used by the current static/CMS website. */
.projects-preview .project-card .project-meta strong,
.project-galleries .project-gallery .gallery-heading h2,
.project-gallery .gallery-heading h2,
.project-card .project-title,
.project-item-title,
.project-title {
    font-family: 'Airstone', 'American Typewriter', 'Courier New', serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    letter-spacing: 0.02em !important;
}

/* Remove the old trade-name statement site-wide, including after Next.js hydration. */
.legal-line {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
