
@font-face {
	font-family: 'EuclidCircularB';
	src: url('../fonts/EuclidCircularB.woff2') format('woff2'),
	url('../fonts/EuclidCircularB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: Roboto, 'EuclidCircularB', serif;
	background-position:top left;
	background-repeat:repeat;
	background-color:#fff;
}

.container-primary { max-width:1400px; }

.btn { border-radius:0; font-weight:bold; }
.btn-primary { background: #14a549; color:white; font-weight:bold; }
.btn-primary:hover, .btn-primary:focus { background: #0d8a3a; color:white; }
.btn-outline-dark { border-width:2px; }

.text-primary { color: #14a549 !important; }

img.max-w-100 { max-width:100% !important; }

textarea:focus,
input:focus{
	outline: none;
	outline-style: none;
}

input[type="text"],
input[type="email"],
select, select option,
textarea {
	background-color:#ececed !important;
	border-radius:0 !important;
}
