@font-face {
  font-family: JasonHandwriting;
  font-display: swap;
  src: url('../fonts/JasonHandwriting1.woff2') format("woff2"), url('../fonts/JasonHandwriting1.woff') format("woff"), url('../fonts/JasonHandwriting1.ttf') format("truetype");
}

body {
  font-family: JasonHandwriting;
  font-weight: 900;
}

h2,
p,
hr {
  font-size: 20px;
  margin: 2% 15%;
}

h4 {
  font-size: 15px;
  margin: 2% 15%;
}

h1 {
  text-align: center;
  font-size: 285%;
}

p,
h1,
h2 {
  line-height: 200%;
  letter-spacing: 5px;
  color: #454656;
  white-space: pre-line
}

h3 {
  line-height: 150%;
  letter-spacing: 5px;
  color: #454656;
  white-space: pre-line
}

h4 {
  line-height: 150%;
  letter-spacing: 5px;
  color: #454656;
  white-space: pre-line
}

hr {
  border-width: 0;
  border-top: 2px dashed #454656;
  border-radius: 50px;
}
