/* The typefaces, and the one place they are declared.

   base.css loads this first and the quote desk links the same file, so a
   staff screen reads in the company's own type rather than in whatever
   the machine happens to have. A face nothing renders is never fetched,
   so a consumer that uses two of these pays for two. */

/* Premium editorial type pairing, self hosted. Fraunces for display headings, Inter for body. */
@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/fraunces-600.woff2") format("woff2");
}

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

@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/fraunces-900.woff2") format("woff2");
}

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

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/inter-500.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-600.woff2") format("woff2");
}

/* General Sans (display and body) and JetBrains Mono (labels), self hosted to match the Halston pairing. */
@font-face {
	font-family: "General Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/generalsans-400.woff2") format("woff2");
}

@font-face {
	font-family: "General Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/generalsans-500.woff2") format("woff2");
}

@font-face {
	font-family: "General Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/generalsans-600.woff2") format("woff2");
}

@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/jetbrainsmono-500.woff2") format("woff2");
}
