/* DM Sans Font Implementation for AJ&Co */

/* Global font family override */
body,
input,
textarea,
select,
button,
h1, h2, h3, h4, h5, h6,
p,
a,
li,
blockquote,
table,
.logo__text,
.section-name,
.text-animator,
.fullscreen-nav__link,
.footer__logo-text,
.footer__heading,
.block__title h3,
.block__title h4,
.block__descr h3,
.block__descr h4,
.block__descr p,
.service-card-title,
.service-card-description,
.lawyer-title,
.lawyer-specialty-badge,
.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-form button {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
}

/* Specific weight adjustments */
.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

/* Adjust any specific styles that might depend on the old font */
h1, h2, h3 {
  letter-spacing: -0.02em;
}

.logo__text {
  letter-spacing: 0.01em;
}

/* Ensure buttons and inputs keep consistent styling */
button, 
input[type="submit"],
input[type="button"] {
  font-weight: 500;
}

/* Update section names to fit with new font */
.section-name {
  letter-spacing: 0.02em;
}