/* Lora, self-hosted from Google Fonts (v37, latin subset).
   Both files are variable fonts covering the full 400-700 weight
   range in a single file, so only two files are needed total
   (normal + italic) rather than one per weight. */

@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('lora-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('lora-italic.woff2') format('woff2');
}

.ahcm_custom_font {
	font-family: 'Lora', serif;
}
