/* ADUST typography setup (matching adust.edu.bd) */
/* Using Google Fonts for convenience; can be replaced with self-hosted later */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap');

html { font-family: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
body { font-family: "Open Sans", sans-serif; }
h1, h2, h3, h4, h5, h6, .h1,.h2,.h3,.h4,.h5,.h6 { font-family: "Jost", sans-serif; font-weight: 600; }

/* Utilities for font weights */
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }