@font-face {
 font-family: 'futura';
  src: url('font/futura-regular.ttf') format('truetype');
}
@font-face {
 font-family: 'Rounded-L M+ 1c';
  src: url('font/rounded-l-mplus-1c-light.ttf') format('truetype');
}

body {
  font-family: futura, "Rounded-L M+ 1c";
  text-align: center;
}
