/*
Theme Name: Generatepress Child
Template: generatepress
Author: Paul Villalobos
Author URI: paulvillalobos.com
*/ 

/*
FONTS
*/

@font-face { 
   font-family: GothamBold; 
   src: url(https://synfony.lat/wp-content/themes/generatepress-child/assets/fonts/Gotham-Font/GothamBold.ttf); 
}

@font-face { 
   font-family: GothamBook; 
   src: url(https://synfony.lat/wp-content/themes/generatepress-child/assets/fonts/Gotham-Font/GothamBook.ttf); 
}

/* SITE HEADER */

@media (max-width: 768px) {
   div.site-logo {
	width: 200px
}
}

@media (min-width: 768px) {
   div.site-logo {
	width: 250px
}
}