/* Self-hosted webfonts. No Google Fonts CDN — the primary market is the EU and
   a CDN request would transfer the visitor's IP to a third party.

   Both families are variable fonts under the SIL Open Font License 1.1, latin
   subset only. Cormorant Garamond mirrors the wordmark: high stroke contrast,
   flared stems, set in caps with wide tracking. Archivo carries the body and,
   via its width axis, the condensed spec labels and the engraving preview — so
   the whole interface runs on two families and two files. */

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/cormorant-garamond.woff2") format("woff2-variations");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2212;
}

@font-face {
	font-family: "Archivo";
	src: url("../fonts/archivo-variable.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-stretch: 62% 125%;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2212;
}
