/* BebasNeue */
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}


/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'BebasNeue', sans-serif;
}
