/* ---------------------------------------------------------------
   Dr. Adel Rayess — self-hosted brand fonts
   Shipped with the plugin so a theme change never breaks typography.

   Alexandria: variable weight 100–900, Latin + Arabic
   Prata:      display serif, regular only, Latin
   --------------------------------------------------------------- */

@font-face {
	font-family: 'Alexandria';
	src: url('../fonts/alexandria-var.woff2') format('woff2-variations'),
	     url('../fonts/alexandria-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prata';
	src: url('../fonts/prata-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
