/*
 * Self-hosted Inter (weights 400/500/600/700/800) and Merriweather
 * (weights 700/900) font families, vendored from @fontsource so the site
 * has no external Google Fonts dependency. Each imported file already
 * covers latin, latin-ext, cyrillic, cyrillic-ext, greek, greek-ext, and
 * vietnamese unicode ranges per weight -- matching the breadth of
 * characters the original Google Fonts CDN link served, which matters for
 * a university serving students from 120+ countries.
 */
@import url('fonts-inter/inter-all.css');
@import url('fonts-merriweather/merriweather-all.css');

/*
 * Additional Unicode-range coverage for Arabic and Devanagari scripts.
 * Inovara Altensis draws applicants from 120+ countries, and student- or
 * faculty-submitted names/bios entered in the admin panel are not
 * restricted to Latin transliteration. These self-hosted Noto Sans
 * subsets let the browser render those scripts natively instead of
 * falling back to a system font (or tofu boxes) whenever such text
 * appears in a profile field, application, or contact message.
 */
@import url('fonts-noto-arabic/index.css');
@import url('fonts-noto-devanagari/index.css');
