/*
Theme Name: JashiZap Crime News
Theme URI: https://example.com/themes/jashizap-crime-news
Author: JashiZap Team
Author URI: https://example.com
Description: A crime-focused news directory theme with statistical insights.
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jashizap
*/

/* ==========================================================================
	Custom Fonts
	========================================================================== */

/* Local font: Abu J M Akkas for headings */
@font-face {
	font-family: 'BoterMatha';
	src: url('assets/fonts/BoterMatha.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MystryBot';
	src: url('assets/fonts/MystryBot.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
	Typography - Global Font Assignments
	========================================================================== */


/* Body font: Noto Serif Bengali from Google Fonts */
body, p {
	font-family: 'MystryBot', 'Noto Serif Bengali', serif
}

p {
	font-family: 'MystryBot', 'Noto Serif Bengali', serif;
	font-size: 1.1em !important;
}

/* Headings font: Abu J M Akkas */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.page-title,
.widget-title,
.section-title {
	font-family: 'BoterMatha', 'Noto Serif Bengali', serif;
	font-weight: normal !important;
}

.footer-menu ul li a:hover {
	text-decoration: underline;
}
