/* Self-hosted variable faces, already subset and axis-restricted.
   Do not replace these with downloads from Google Fonts — these files are
   roughly half the size for identical rendering. See PROJECT.md for how
   they were built.

   Archivo        wght 400-700   24.4KB   display
   Source Sans 3  wght 400-600   17.0KB   body
   JetBrains Mono wght 100-800   12.1KB   labels, eyebrows, code

   Character coverage: Basic Latin + Latin-1 Supplement + common punctuation,
   dashes, curly quotes, arrows, € and ™. NOT covered: the Bengali taka sign ৳
   (U+09F3). Write prices as "BDT 60,000" or it will fall back mid-sentence. */

@font-face {
	font-family: "Archivo";
	src: url("../fonts/Archivo-Variable.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans 3";
	src: url("../fonts/SourceSans3-Variable.woff2") format("woff2-variations");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "JetBrains Mono";
	src: url("../fonts/JetBrainsMono-Variable.woff2") format("woff2-variations");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}
