/* font: import ================================================ */
@font-face {
  font-family: 'EKRoumald-Roman';
  src: url('EKRoumald-Roman.ttf') format('truetype');
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('AmericanTypewriter.woff') format('woff');
}

/* default ================================================ */
/* a {
  text-decoration: none;
  color: #b2b2b2;
} */

html,body {
  /* font-family: 'EKRoumald-Roman'; */
  font-family: 'AmericanTypewriter';
}

button {
  /* font-family: 'EKRoumald-Roman'; */
  font-family: 'AmericanTypewriter';
}

a {
  color: black;
  text-decoration: none;
}

h1 {
  margin-block-start: 14px;
  margin-block-end: 14px;
  font-weight: normal;
}

h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
}