@font-face {
    font-family: 'RealThaana';
    src: url('/assets/fonts/Faruma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'RealThaana';
    src: url('/assets/fonts/Faruma.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

/* Apply globally for Dhivehi */
html[lang="dv"] body,
body.lang-dv,
body.lang-dv * {
    font-family: 'RealThaana', sans-serif !important;
    direction: rtl;
    text-align: right;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
}

/* Keep logo stylish */
html[lang="dv"] .brand-title,
body.lang-dv .brand-title {
    font-family: 'Playfair Display', serif !important;
}

/* Fix titles */
html[lang="dv"] .hero-title,
html[lang="dv"] .section-title,
html[lang="dv"] .story-title,
html[lang="dv"] .post-card-title,
body.lang-dv .hero-title,
body.lang-dv .section-title,
body.lang-dv .story-title,
body.lang-dv .post-card-title {
    font-family: 'RealThaana', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* Inputs */
html[lang="dv"] input,
html[lang="dv"] textarea,
body.lang-dv input,
body.lang-dv textarea {
    font-family: 'RealThaana', sans-serif !important;
}