@font-face {
  font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: 'CHBold';
}

@font-face {
  font-family: 'LeagueSpartan';
  src: url('../fonts/league-spartan-master/webfonts/leaguespartan-bold.woff2') format('woff2');
}

html, body {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #f6e9e4; */
  background-color: white;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

button {
  font-family: 'LeagueSpartan', sans-serif;
}

#eventAbout {
  line-height: 1.35;
}

#eventAbout li {
  line-height: 1;
}

#eventAbout li p {
  margin: 0.5em 0;
}

#eventAbout a {
  color: #d64247;
  text-decoration: none;
}