/* Font face */

@font-face {
  font-family: 'Redaction-Regular20';
  src: url("../fonts/Redaction_20-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Redaction-Bold20';
  src: url("../fonts/Redaction_20-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Redaction-Italic20';
  src: url("../fonts/Redaction_20-Italic.woff2") format("woff2");
}

/* Reset CSS */

html,
body {
  background: #fff;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
label {
  cursor: pointer
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

/* Web */

h1 {
  padding: 1vh 2vw 1vh 2vw;
  font-family: 'Redaction-Bold20';
  font-size: 12vw;
  line-height: 95%;

}

h2 {
  margin-top: 2vh;
  font-family: 'Redaction-Regular20';
  font-size: 18pt;
  letter-spacing: normal;
  padding: 1vh 2vw 1vh 2vw;
}