/*
 * Loaded only once BrittanySignature-Regular.woff2/.woff exist in this folder
 * (see functions.php). Add the licensed font files here with these exact
 * filenames, or update the paths below to match what you have.
 */
@font-face {
	font-family: 'Brittany Signature';
	src: url('BrittanySignature-Regular.woff2') format('woff2'),
	     url('BrittanySignature-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
