/**** Reset ****/
body, header *, main *, footer * {
    font-size: 0;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, nav, section, summary {
  display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/**** Base ****/

html {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #000;
  background: #fff;
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: "Edu AU VIC WA NT Pre", sans-serif;
  font-weight: normal;
  color: #000;
  margin: 20px auto 5px; 
  line-height: 1.25;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child { margin-top: 0; }

p, span, li, em, strong, label, input, 
textarea, select, option, a, th, td, i { 
  font-size: 16px; 
}

h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }

hr { 
  background: #999;
  margin: 50px 0 40px;
  border: 0;
  height: 1px;
}

p { margin-bottom: 20px; }
img + p, img + img { margin-top: 10px; }
p:last-child { margin-bottom: 0; }
a { transition: all .2s linear; }
a:hover { opacity: .75; }
p a { border-bottom: 1px solid #dbc54c; }
.page p a:not(.button) { font-weight: bold; }