/*
@font-face {
	font-family: 'Fields';
	src: url('../../../fonts/Fields-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Montserrat';
	src: url('../../../fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../../../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../../../fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../../../fonts/Inter-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../../../fonts/Inter-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

body{
	--bs-body-font-family: "Inter",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat",sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 1.8rem;
	margin: 0;
}

.card {
	font-family: "Inter",sans-serif;
}

.card-header h4 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
}

.btn-primary {
	font-weight: 600;
}