:root {
  --heading: #1b6eb1;
	--text-dark: #20276a;
  --text-link: #20276a;
}

@font-face {
  font-family: Body;
  src: url(../fonts/DidactGothic-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Heading;
  src: url(../fonts/Baloo2-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Heading;
  src: url(../fonts/Baloo2-Medium.ttf);
  font-weight: normal;
}

body {
  font-family: Body, "Trebuchet MS", Helvetica, sans-serif;
  color: #414042;
  font-size: 1.8rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Heading, "Trebuchet MS", Helvetica, sans-serif;
  letter-spacing: -0.05em;
  color: var(--heading);
  font-weight: bold;
}

h1 {
	font-size: 2.8rem;
	font-weight: bold;
}

.form-control {
  font-family: Body, "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.8rem;
}

.form-control:autofill,
.form-control:-webkit-autofill {
	font-family: Body, "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.8rem;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: var(--text-link);
	text-decoration: underline;
}

.btn, a.btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active, a.btn:focus {
  color: #fff;
  font-family: Heading, "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  text-decoration: none;
}