/*
 * Self-hosted Instrument Sans font declarations.
 *
 * TODO(fonts): Download the four woff2 files and place them in assets/fonts/.
 * See assets/fonts/README.md for exact filenames and download instructions.
 * Once the files exist, enqueue this stylesheet in inc/enqueue.php by
 * uncommenting the wp_enqueue_style( 'naviona-fonts', ... ) call there.
 *
 * These @font-face rules are correct and ready — only the woff2 binaries
 * are missing. Until they are placed here the rules are harmless (the
 * browser will fall back to the Google Fonts @import still present in
 * assets/css/index.css).
 */

/* Instrument Sans — Regular (400) */
@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

/* Instrument Sans — SemiBold (600) */
@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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