/* WILMAX PLANNER FONTS CSS */
/* FWRD - GOING FORWARD 2025 AND BEYOND © */




/* INTER */

/* ---------------------------------------------------
   THIN (100)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Thin.woff2') format('woff2'),
		url('../fonts/Inter28pt-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   LIGHT (300)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Light.woff2') format('woff2'),
		url('../fonts/Inter28pt-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   REGULAR (400)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Regular.woff2') format('woff2'),
		url('../fonts/Inter28pt-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   MEDIUM (500)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Medium.woff2') format('woff2'),
		url('../fonts/Inter28pt-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   SEMIBOLD (600)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter28pt-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   BOLD (700)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Bold.woff2') format('woff2'),
		url('../fonts/Inter28pt-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   EXTRABOLD (800)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-ExtraBold.woff2') format('woff2'),
		url('../fonts/Inter28pt-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   BLACK (900)
----------------------------------------------------- */
@font-face {
	font-family: 'Inter 28pt';
	src: url('../fonts/Inter28pt-Black.woff2') format('woff2'),
		url('../fonts/Inter28pt-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}



/* EINA */

/* ---------------------------------------------------
   LIGHT
----------------------------------------------------- */
@font-face {
	font-family: 'Eina 01';
	src: url('../fonts/Eina01-Light.woff2') format('woff2'),
		url('../fonts/Eina01-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   REGULAR
----------------------------------------------------- */
@font-face {
	font-family: 'Eina 01';
	src: url('../fonts/Eina01-Regular.woff2') format('woff2'),
		url('../fonts/Eina01-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------
   BOLD
----------------------------------------------------- */
@font-face {
	font-family: 'Eina 01';
	src: url('../fonts/Eina01-Bold.woff2') format('woff2'),
		url('../fonts/Eina01-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}