/*
 * DA Beauty — web fonts.
 *
 * Instrument Sans (body + headings) and Montserrat (secondary headings)
 * served from the theme's own /assets/fonts directory. No Shopify CDN,
 * no Google Fonts request: the storefront's original woff2 files ship
 * with the theme.
 *
 * The source also declared Instrument Sans 700-italic; that file was not
 * present in the extraction, so browsers synthesise it from the 700
 * upright face (documented in ASSETS-NOTES.md).
 */

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

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

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

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

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