
@import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap');
@font-face {
	font-family: 'Goldman-Regular';
	src: url('../fonts/Goldman-Regular.ttf')format('ttf');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Goldman-Bold';
	src: url('../fonts/Goldman-Bold.ttf')format('ttf');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'OpenSans-Bold', sans-serif;
	src: url('../fonts/OpenSans-Bold.ttf')format('ttf');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'OpenSans-ExtraBold', sans-serif;
	src: url('../fonts/OpenSans-ExtraBold.ttf')format('ttf');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Light.ttf')format('ttf');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'OpenSans-Regular', sans-serif;
	src: url('../fonts/OpenSans-Regular.ttf')format('ttf');
	font-style: normal;
	font-weight: 400;
}