@font-face {
    font-family: 'regularHead';
	src:  url('/fonts/FiraGO-Regular.ttf') format('truetype');
	src:  	url('/fonts/FiraGO-Regular.woff2') format('woff2'), 
			url('/fonts/FiraGO-Regular.woff') format('woff'),
			url('/fonts/FiraGO-Regular.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'mediumHead';
	src:  url('/fonts/FiraGO-Medium.ttf') format('truetype');
	src:  	url('/fonts/FiraGO-Medium.woff2') format('woff2'), 
			url('/fonts/FiraGO-Medium.woff') format('woff'),
			url('/fonts/FiraGO-Medium.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'boldHead';
	src:  url('/fonts/FiraGO-SemiBold.ttf') format('truetype');
	src:  	url('/fonts/FiraGO-SemiBold.woff2') format('woff2'), 
			url('/fonts/FiraGO-SemiBold.woff') format('woff'),
			url('/fonts/FiraGO-SemiBold.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'bodyFont';
    /* src:  url('/fonts/NotoSansGeorgian-Regular.ttf') format('truetype');*/
	src:  	url('/fonts/NotoSansGeorgian-Regular.woff2') format('woff2'), 
		 /* 	url('/fonts/NotoSansGeorgian-Regular.woff') format('woff'),*/
			url('/fonts/NotoSansGeorgian-Regular.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src:url('/fonts/Montserrat/Montserrat-Medium.eot');
    src:url('/fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
       url('/fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
       url('/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
