/*
Theme Name: Bluehost Blueprint (Custom Edited)
*/

/* =========================
   ROOT
========================= */
:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}

/* =========================
   DHIVEHI FONTS
========================= */
@font-face {
	font-family: 'MV Waheed';
	src: url('https://assets.mihaaru.com/production/build/assets/MVWaheed-C9oJ6_UF.woff2') format('woff2');
}

@font-face {
	font-family: 'Dhivehi';
	src: url('http://haqqubas.com/wp-content/uploads/2026/03/Dhivehi.ttf') format('woff2');
}

/* =========================
   BODY
========================= */
body {
	font-family: 'Dhivehi', sans-serif;
	direction: rtl;
	text-align: right;

	font-size: 20px !important;
	line-height: 38px !important;

	color: #111;
}

/* =========================
   HEADINGS
========================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'MV Waheed', sans-serif;
	direction: rtl;
	text-align: right;
	line-height: 1.6;
}

/* =========================
   PARAGRAPH (MAIN FIX)
========================= */
p {
	font-family: 'Dhivehi', sans-serif !important;
	direction: rtl;
	text-align: right;

	font-size: 20px !important;
	line-height: 38px !important;

	color: #111;
}

/* =========================
   POST CONTENT (VERY IMPORTANT FIX)
========================= */
.wp-block-post-content,
.wp-block-post-content p,
.entry-content,
.entry-content p {
	font-family: 'Dhivehi', sans-serif !important;

	font-size: 20px !important;
	line-height: 38px !important;

	color: #111;
}

/* =========================
   EXCERPT
========================= */
.wp-block-post-excerpt,
.wp-block-post-excerpt p {
	font-size: 18px !important;
	line-height: 34px !important;
}

/* =========================
   META TEXT
========================= */
.wp-block-post-date,
.wp-block-post-author,
.wp-block-post-terms {
	font-size: 14px;
	color: #777;
}

/* =========================
   FEATURED IMAGE
========================= */
.wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* =========================
   LINKS
========================= */
a {
	text-decoration: none;
	color: inherit;
}

/* =========================
   LISTS
========================= */
ul, ol {
	padding-right: 1.5rem;
}

/* =========================
   HEADER
========================= */
.wp-block-site-title {
	font-family: 'MV Waheed', sans-serif !important;
	font-size: 28px;
}

/* =========================
   NAVIGATION
========================= */
.wp-block-navigation a {
	font-size: 16px;
}

/* =========================
   MAIN BACKGROUND
========================= */
main.wp-block-group {
	background: #ffffff !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
	body {
		font-size: 18px;
		line-height: 32px;
	}

	p {
		font-size: 18px !important;
	}
}