@font-face{font-family: 'GalanoGrotesque-Bold';src: url('../fonts/Galano-Grotesque-Bold.otf');}
@font-face{font-family: 'Gotham Rounded Bold';src: url('../fonts/Gotham-Rounded-Bold.otf');}
@font-face{font-family: 'GalanoClassic-Regular';src: url('../fonts/GalanoClassic-Regular.ttf');}
@font-face{font-family: 'Montserrat-Bold';src: url('../fonts/Montserrat-Bold.ttf');}
body{padding: 0;margin: 0;overflow-x:hidden;overflow-y: auto;font-family: 'GalanoClassic-Regular';}

.visibleDesktop{display: block;}
.visibleMobile{display: none;}

h1{font-family: 'GalanoGrotesque-Bold'; font-size: 35px;}
h2{font-family: 'GalanoGrotesque-Bold'; font-size: 24px;}
footer{background-color: #531ba1;}

@media (max-width: 768px) {
    .visibleDesktop{display: none;}
    .visibleMobile{display: block;}
    h1{font-size: 21px;}
    h2{font-size: 18px;}
    p{font-size: 14px;}
}