@charset "UTF-8";

.fontLogo1 {
   font-family: 'IBM Plex Sans Condensed', sans-serif;
}
.fontLogo2 {
   font-family: 'Literata', serif;
   top: 10px;
}
.fontLogo3 {
   font-family: 'Proza Libre', sans-serif;
   font-size: 50px!important;
   letter-spacing: -1px!important;
}

@media screen and (max-width: 800px){
.fontLogo1 {
  right: -3px;
}
.fontLogo2 {
   top: 8px;
   letter-spacing: 1px!important;
}
.fontLogo3 {
   font-size: 35px!important;
   left: -3px;
}
}