/* Bulgarian language font override */
/* Replaces DM Mono with Manrope for body text */

body {
  font-family: 'Manrope', sans-serif;
}

p,
li,
span,
label,
input,
textarea,
select,
button,
a,
td,
th,
.section__eyebrow,
.btn,
[class*="__text"],
[class*="__desc"],
[class*="__sub"],
[class*="__meta"],
[class*="__label"],
[class*="__sneak"],
[class*="__note"],
.cookie-banner__text,
.cookie-toggle-info p,
.mw-cookie-row p,
#mw-error-box p {
  font-family: 'Manrope', sans-serif;
}

/* Keep DM Mono only for code-like elements */
code, pre, kbd {
  font-family: 'DM Mono', monospace;
}

/* Keep Cal Sans for all headings */
h1, h2, h3, h4, h5, h6,
.section__heading,
.hero__title,
.logo__name,
.card__title,
[class*="__heading"],
[class*="__name"],
[class*="__title"] {
  font-family: 'Cal Sans', 'Inter', sans-serif;
}

/* Slightly increase body font size for Manrope
   as it reads slightly smaller than DM Mono */
body {
  font-size: 15px;
  line-height: 1.7;
}

/* Manrope letter-spacing tweak */
p, li, span {
  letter-spacing: -0.01em;
}
