
@font-face { font-family: Alegreya ;
             src:url(Alegreya/Alegreya-VariableFont_wght.ttf); }
body {
font-family: Alegreya;}

/* zoom

.logo {
 transition: transform 0.7s;
}

.logo:hover {
 transform: scale(2.5, 2.5);
}*/