/* MNUMS brand alignment — matches library.mnums.edu.mn / catalog.mnums.edu.mn typography */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=PT+Serif:wght@400;700&display=swap');

body,
p, a, button, input, select, textarea, li,
.pkp_navigation_primary a,
.pkp_structure_page,
.cmp_dropdown_menu {
	font-family: 'Golos Text', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.page_title,
.pkp_page_title,
.pkp_site_name_wrapper .pkp_site_name,
.journal_title,
.pkp_structure_head h1 {
	font-family: 'PT Serif', Georgia, serif;
	font-weight: 700;
}
