/* Font declarations - Using ONLY fonts that actually exist in the folder */

/* BeaufortforLOL Regular (file exists: beaufortforlol-regular.woff) */
@font-face {
	font-family: 'BeaufortforLOL';
	src: url('beaufortforlol-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* BeaufortforLOL Medium (file exists: beaufortforlol-medium.woff) */
@font-face {
	font-family: 'BeaufortforLOL';
	src: url('beaufortforlol-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* BeaufortforLOL Bold (file exists: beaufortforlol-bold.woff) */
@font-face {
	font-family: 'BeaufortforLOL';
	src: url('beaufortforlol-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}