@font-face {
    font-family: "Helvetica Rounded";
    src: url("../font/helvetica-rounded-bold.ttf") format("truetype");
  }
@font-face {
    font-family: "Heavitas";
    src: url("../font/Heavitas.ttf") format("truetype");
  }
@font-face {
    font-family: "Baskvill";
    src: url("../font/BASKVILL.ttf") format("truetype");
  }

  body{

    font-family: 'Helvetica Rounded', sans-serif;
  }

  #frist{
    font-family: 'Heavitas', sans-serif;
  }
  #second{
    font-family: 'Baskvill';
  }
  #foot{
    font-family: 'Baskvill';
  }