@font-face {
    font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
    src: url('/fonts/raleway_edited/Raleway-Light.otf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
    src: url('/fonts/raleway_edited/Raleway-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
    src: url('/fonts/raleway_edited/Raleway-Bold.otf') format('truetype');
}