/*
Theme Name: AMRJ Journal
Theme URI: https://amrj.aiu.edu.pk/
Author: Alhamd Islamic University
Description: Custom WordPress theme for Alhamd Multi-Disciplinary Research Journal (AMRJ).
Version: 1.0.18
Text Domain: amrj-journal
*/

:root {
  --amrj-navy: #24345F;
  --amrj-accent: #2F6F6D;
  --amrj-white: #FFFFFF;
  --amrj-text: #1C2433;
  --amrj-border: #E7E9EF;
  --amrj-sans: "Libre Franklin", Arial, Helvetica, sans-serif;
  --amrj-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--amrj-text);
  background: #fff;
  font-family: var(--amrj-sans);
}
a { color: inherit; }
img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--amrj-serif);
  font-weight: 700;
  letter-spacing: -0.015em;
}

button, input, select, textarea { font-family: var(--amrj-sans); }

.site-main { min-height: 50vh; }
