@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular/Quicksand-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold/Quicksand-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular/Raleway-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold/Raleway-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}

