/*
 * OJS Child Theme - Simple & Versatile Stylesheet (updated)
 */

/* 1. Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* 2. Base Typography */
body,
.obj_article_summary,
.obj_article_summary *,
.pkp_page_index,
.pkp_page_index *,
.obj_issue_summary,
.obj_issue_summary * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  text-align: justify;
}