/**
 * PGL typography — WPIX Almoni fonts (DigitalST gj/gg).
 * gj → almoni-dl (body, nav, headings); gg → almoni-tzar (subtitles, h3).
 * Loaded after main.css in includes/bexon-chrome.php.
 */

@font-face {
	font-family: 'almoni-dl';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/gj.eot');
	src: url('../fonts/gj.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gj.woff') format('woff'),
		url('../fonts/gj.ttf') format('truetype');
}
@font-face {
	font-family: 'almoni-tzar';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/gg.eot');
	src: url('../fonts/gg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gg.woff') format('woff'),
		url('../fonts/gg.ttf') format('truetype');
}

:root,
html {
	--tj-ff-body: 'almoni-dl', Tahoma, Arial, sans-serif !important;
	--tj-ff-heading: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

body,
p,
li,
a,
button,
input,
textarea,
select,
label,
span,
div,
.form-control {
	font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

h1, h2, h4, h5, h6,
.sec-heading .sec-title,
.tj-page-title,
.h10-footer-title,
.h10-footer .title,
.tj-primary-btn,
.btn-text,
.mainmenu > ul > li > a,
.mainmenu > ul > li > .sub-menu > li > a,
.h10-footer .widget-nav-menu ul li a,
.h10-footer .footer-col-1 .text-btn,
.h10-footer .footer-col-1 .text-btn .btn-text,
.h10-footer .footer-col-1 .text-btn .btn-text span,
.hamburger_menu .mobile_menu a,
.pgl-lang-link,
.copyright-text,
.service-title,
.project-title,
.team-title,
.blog-title,
.contact-info,
.footer-contact-info,
.pgl-inner-prose h1,
.pgl-inner-prose h2,
.pgl-inner-prose h4 {
	font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

h3,
.sec-heading .sub-title,
.sec-heading-wrap .sub-title,
.banner-content .sub-title,
.pgl-inner-prose h3 {
	font-family: 'almoni-tzar', 'almoni-dl', Tahoma, Arial, sans-serif !important;
	font-weight: 300 !important;
}

html[dir="rtl"] body,
html[dir="ltr"] body,
html[dir="rtl"] .mainmenu > ul > li > a,
html[dir="ltr"] .mainmenu > ul > li > a {
	font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
