@font-face{
font-family: 'FlashFont'; /* Choose a descriptive name for your font */
        src: url('../fonts/FlashFont-Display.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
}

/* Barlow */

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Thin.ttf') format('truetype');
        font-weight: 100;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-ExtraLight.ttf') format('truetype');
        font-weight: 200;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
        font-weight: 300;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Italic.ttf') format('truetype');
        font-weight: 1000;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
        font-weight: 500;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
        font-weight: 600;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
        font-weight: 700;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-ExtraBold.ttf') format('truetype');
        font-weight: 800;   
        font-style: normal;
}

@font-face{
font-family: 'BarlowCondensed'; /* Choose a descriptive name for your font */
        src: url('../fonts/BarlowCondensed-Black.ttf') format('truetype');
        font-weight:900;   
        font-style: normal;
}

/* BM Fonts */


@font-face{
font-family: 'BM-Hanna';
	src: url('../fonts/BM-HANNA.ttf') format('truetype');
	font-style:normal;
	font-weight: normal;
}
@font-face{
font-family: 'BM-Kirang';
        src: url('../fonts/KirangHaerang-Regular.ttf') format('truetype');
        font-style:normal;
	font-weight: normal;
}

/* Noto Serif Fonts */

@font-face{
font-family: 'noto-serif';   
        src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
        font-style:normal;
        font-weight: 200;
}
@font-face{
font-family: 'noto-serif';
        src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
        font-style:normal;
        font-weight: 300;
} 
@font-face{
font-family: 'noto-serif';
        src: url('../fonts/NotoSerif-ExtraBold.ttf') format('truetype');
        font-style:normal;
        font-weight: 400;
} 


/* Gill Sans Fonts */
 
@font-face{
font-family: 'Gill-Sans';
        src: url('../fonts/GillSans.ttf') format('truetype');
        font-style:normal;
        font-weight: 200;
}       
@font-face{
font-family: 'Gill-Sans';
        src: url('../fonts/GillSans-Bold.ttf') format('truetype');
        font-style:normal;
        font-weight: 300;
}
@font-face{
font-family: 'Gill-Sans';
        src: url('../fonts/GillSans-UltraBold.ttf') format('truetype');
        font-style:normal;
        font-weight: 400;
}

/* Monteserrat Fonts */

@font-face{
font-family: 'Monteserrat';  
        src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
        font-style:normal;
        font-weight: 100 900;
}
