@font-face {
  font-family: 'CalibreRegular';
  src: url('CalibreWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('CalibreWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('CalibreWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('CalibreWeb-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'CalibreSemibold';
  src: url('CalibreWeb-Semibold.eot'); /* IE9 Compat Modes */
  src: url('CalibreWeb-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('CalibreWeb-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('CalibreWeb-Semibold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'CalibreMedium';
  src: url('CalibreWeb-Medium.eot'); /* IE9 Compat Modes */
  src: url('CalibreWeb-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('CalibreWeb-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('CalibreWeb-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}




/* Setup */
html {
  /* Change default typefaces here */
  font-family: "CalibreRegular", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 21px; 
  line-height:32px;
  color:#000;
}

/* Copy & Lists */
p {
  margin:0 0 24px 0;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: CalibreMedium, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:#222;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-weight: 300;
}

h1 {
  font-size: 44px;
  line-height: 56px;
  margin: 70px 0;
  letter-spacing: -0.075rem;
}
h2 {
  font-size: 28px;
  line-height: 42px;
  margin: 28px 0 42px;
  letter-spacing: -0.01rem;
}
h3 {
  font-size: 1.25rem;
  margin:28px 0 42px;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Leading paragraph text */
.lead {
	color:#000;
	font-family: "CalibreRegular";
	font-size: 28px;
	line-height: 40px;
	padding:0;
	max-width:620px}

.home{
	margin-bottom:56px;
}


/* Hug the block above you */
.hug {
  margin-top: 0;
}
