/*
 * 
 * Copyright 2023, Echo grupa
 * Fontovi
 */

@font-face {
    font-family: 'RalewayExtraBold';
    src: url('../font/Raleway-ExtraBold.ttf') format('truetype'), url('../font/Raleway-ExtraBold.woff') format('woff');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayLight';    
	src: url('../font/Raleway-Light.ttf') format('truetype'), url('../../font/Raleway-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayMedium';    
	src: url('../font/Raleway-Medium.ttf') format('truetype'), url('../font/Raleway-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayRegular';    
	src: url('../font/Raleway-Regular.ttf') format('truetype'), url('../font/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RalewaySemiBold';    
	src: url('../font/Raleway-SemiBold.ttf') format('truetype'), url('../font/Raleway-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyBold';    
	src: url('../font/Gilroy-Bold.ttf') format('truetype'), url('../font/Gilroy-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

