/*
 *
 * SYSTEM FONTS
 *
*/
/* OLD */
@font-face{font-family:'Metrocity-Light';src:url(../fonts/Metrocity-Light.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Metrocity-Book';src:url(../fonts/Metrocity-Book.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Metrocity-Medium';src:url(../fonts/Metrocity-Medium.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Metrocity-Bold';src:url(../fonts/Metrocity-Bold.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Metrocity-Black';src:url(../fonts/Metrocity-Black.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}

@font-face {
	font-family: 'Metrocity';
	src: url('../fonts/Metrocity-Light.woff') format('woff');
	font-weight: 300; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Metrocity';
	src: url('../fonts/Metrocity-Book.woff') format('woff');
	font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Metrocity';
	src: url('../fonts/Metrocity-Medium.woff') format('woff');
	font-weight: 500; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Metrocity';
	src: url('../fonts/Metrocity-Bold.woff') format('woff');
	font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Metrocity';
	src: url('../fonts/Metrocity-Black.woff') format('woff');
	font-weight: 800; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoLight.woff') format('woff');
	font-weight: 300; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoRegular.woff') format('woff');
	font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoMedium.woff') format('woff');
	font-weight: 500; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoBold.woff') format('woff');
	font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('../fonts/RobotoCondensedLight.woff') format('woff');
	font-weight: 300; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('../fonts/RobotoCondensedRegular.woff') format('woff');
	font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('../fonts/RobotoCondensedBold.woff') format('woff');
	font-weight: 700; font-style: normal; font-display: swap;
}

@font-face { /* https://www.fontpalace.com/font-download/Textile+LH+Pi+Two/ */
	font-family: 'Textitle';
	src: url('../fonts/Textitle.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap;
}





/*
 *
 * CUSTOM FONTS
 *
*/

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
}