/* Custom Font Placeholder for Dhivehi */
.dhivehi {
    direction: rtl;
    font-family: 'A Faruma', Arial, sans-serif; /* Replace with your actual standard Maldivian Font */
}

/* Pattern for the title decoration in the Media section */
.dot-pattern {
    background-image: radial-gradient(#dfd9cd 2.5px, transparent 2.5px);
    background-size: 10px 10px;
}

/* Pattern for the decorative star separator */
.star-pattern {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2 L13.5 10.5 L22 12 L13.5 13.5 L12 22 L10.5 13.5 L2 12 L10.5 10.5 Z" fill="%23dfd9cd"/></svg>');
    background-size: 14px 14px;
}
