/* Faruma Font Definition - Ready for actual font files */
@font-face {
    font-family: 'Faruma';
    src: url('Faruma.woff2') format('woff2'),
         url('Faruma.woff') format('woff'),
         url('Faruma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fallback: Import Dhivehi web font until real Faruma files are added */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Dhivehi:wght@300;400;500;600;700&display=swap');

.faruma {
    font-family: 'Faruma', 'Noto Sans Dhivehi', Arial, sans-serif !important;
    font-weight: normal;
    line-height: 1.6;
    direction: rtl !important;
    text-align: right !important;
    font-display: swap;
    /* Prevent text shrinking on mobile */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
