@font-face {
  font-family: PostGrotesk;
  src: local("PostGrotesk"),
    url(/assets/fonts/PostGrotesk-Light.otf) format("opentype"),
    url(/assets/fonts/PostGrotesk-Light.woff2) format("woff2"),
    url(/assets/fonts/PostGrotesk-Light.woff) format("woff"),
    url(/assets/fonts/PostGrotesk-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: PostGrotesk;
  src: local("PostGrotesk"),
    url(/assets/fonts/PostGrotesk-Book.otf) format("opentype"),
    url(/assets/fonts/PostGrotesk-Book.woff2) format("woff2"),
    url(/assets/fonts/PostGrotesk-Book.woff) format("woff"),
    url(/assets/fonts/PostGrotesk-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PostGrotesk;
  src: local("PostGrotesk"),
    url(/assets/fonts/PostGrotesk-Medium.otf) format("opentype"),
    url(/assets/fonts/PostGrotesk-Medium.woff2) format("woff2"),
    url(/assets/fonts/PostGrotesk-Medium.woff) format("woff"),
    url(/assets/fonts/PostGrotesk-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: PostGrotesk;
  src: local("PostGrotesk"),
    url(/assets/fonts/PostGrotesk-Bold.otf) format("opentype"),
    url(/assets/fonts/PostGrotesk-Bold.woff2) format("woff2"),
    url(/assets/fonts/PostGrotesk-Bold.woff) format("woff"),
    url(/assets/fonts/PostGrotesk-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

html, body {
  font-size: 10px;
  font-family: PostGrotesk;
  color: #595959;
  background-color: #fbf9f7;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a {
  color: #5f81b0;
}

.wrapper {
  max-width: 768px;
  margin: 0 auto;
  padding: 9rem 4rem;
}

h1 {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 4.5rem;
}

h2 {
  font-weight: 500;
  font-size: 2rem;
  padding-top: 3ch;
  margin-bottom: 2ch;
  line-height: 1.4;
}

p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 2ch;
}

@media only screen and (max-width: 719px) {
  html, body {
    font-size: 10px;
  }
  .wrapper {
    padding: 5rem 2rem;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
