@font-face{
  font-family: myFirstFont;
  src: url(../assets/fonts/Alegreya-Regular.ttf);
}

body{
    font-family :myFirstFont !important;
}
#alaberfooter{
    color:white !important
}
#alaberfooter h2{
    font-family:myFirstFont !important;
    color:white !important
}
#alaberfooter p{
     font-family:myFirstFont !important;
    color:white !important
}
#alaberfooter a{
     font-family:myFirstFont !important;
    color: white ;
    text-decoration:none;
}

