@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Noto+Sans:wght@400;500;600;700&family=Noto+Sans+Armenian:wght@400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap');

:root{
  /* Poppins/Inter (source) do not cover Armenian; substituted with Plus Jakarta Sans (display,
     matches the source's own accent typeface) + Noto Sans (body) + Noto Sans Armenian (hy script). */
  --font-display:"Plus Jakarta Sans","Noto Sans Armenian","Noto Sans",-apple-system,"Segoe UI",sans-serif;
  --font-body:"Noto Sans","Noto Sans Armenian","Plus Jakarta Sans",-apple-system,"Segoe UI",sans-serif;
  --font-mono:"Roboto Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-md:18px;
  --text-lg:20px;
  --text-xl:24px;
  --text-2xl:30px;
  --text-3xl:36px;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;

  --leading-tight:1.2;
  --leading-normal:1.5;
  --leading-loose:1.65;
}
