/* A&J Computers — Micro Extended (brand wordmark font), client-licensed.
   Use for the logo wordmark and short uppercase display accents ONLY — not body
   copy or long headings (it's a wide display face). Long headings use Archivo
   Expanded (loaded via Google Fonts in functions.php).

   Paths are relative to THIS file (theme /fonts/ dir). For production, convert the
   .ttf files to .woff2 and add a woff2 src line above the truetype fallback. */

@font-face {
	font-family: 'Micro Extended';
	src: url('MicroExtendFLF.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Micro Extended';
	src: url('MicroExtendFLF-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Micro Extended';
	src: url('MicroExtendFLF-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Micro Extended';
	src: url('MicroExtendFLF-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

.aj-wordmark {
	font-family: 'Micro Extended', 'Archivo Expanded', sans-serif;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: uppercase;
}
