@font-face {
  font-family: 'Lalezar';
  src: url('../fonts/Sahel-Bold-FD.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Sahel-FD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Lalezar', Tahoma, Arial, sans-serif !important;
}
