/* Version A: Variable Fonts*/
/* Primary Font */
@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/porterlaw/fonts/Archivo.woff2) format('woff2');
}


/* Secondary Font */
@font-face {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/porterlaw/fonts/Tinos-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/porterlaw/fonts/Tinos-Bold.woff2) format('woff2');
}