/* Adbear marka kimliği: Pantone 5255 C (lacivert) + Pantone 130 C (amber) + Helvetica Bold */
:root {
  --brand-navy: #1d1933;
  --brand-navy-soft: #2b2550;
  --brand-navy-deep: #12101f;
  --brand-amber: #f4a81d;
  --brand-amber-soft: #ffc247;
  --brand-amber-deep: #d98f0c;
  --brand-gray: #a7a9ac;
  --brand-gray-light: #e8e9ea;
  --brand-cream: #f7f4ec;
  --brand-font: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
}

html body {
  font-family: var(--brand-font);
  overflow-x: clip;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .mil-h1,
body .mil-h2,
body .mil-h3,
body .mil-h4,
body .mil-h5,
body .mil-h6 {
  font-family: var(--brand-font);
  font-weight: 700;
}

/* Kurumsal Helvetica Bold — tüm buton ve CTA'lar */
body button,
body input,
body select,
body textarea,
body .mil-button,
body .mil-button span,
body .portfolio-button,
body .ab-btn,
body .ab-navbar__cta,
body .ab-navbar a.ab-navbar__cta,
body .ab-footer__submit,
body .ab-think__cta,
body .ab-journal__cta,
body .ab-service-card__link,
body .wpcf7-submit,
body input[type="submit"],
body input[type="button"],
body button[type="submit"] {
  font-family: var(--brand-font) !important;
  font-weight: 700;
}
