/*
Theme Name: Genuin Theme
Theme URI: https://seudominio.com/
Author: Seu Nome ou Empresa
Author URI: https://seudominio.com/
Description: Tema personalizado para WordPress com estrutura modular.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genuin
*/

/*
 _____ _____ _____ _____ _____ 
|   __|     |   | |_   _|   __|
|   __|  |  | | | | | | |__   |
|__|  |_____|_|___| |_| |_____|
                               
Global font style */
@font-face {
  font-family: "Questrial";
  src: url("./assets/fonts/Questrial-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Agency";
  src: url("./assets/fonts/Agency.otf") format('truetype');
}

@font-face {
  font-family: "Solomon";
  src: url("./assets/fonts/Solomon.otf") format('truetype');
}

@font-face {
  font-family: "Solomon light";
  src: url("./assets/fonts/Solomon\ Sans\ Light.otf") format('truetype');
}



/*
 _____ _____ _____ _____ __    
|   __|   __| __  |  _  |  |   
|  |  |   __|    -|     |  |__ 
|_____|_____|__|__|__|__|_____|                        

 Body e HTML*/

body { overflow-x: hidden; }
html { scroll-behavior: smooth; }


/*
 _____ _____ _____ 
|  _  |  |  |     |
|     |    -| | | |
|__|__|__|__|_|_|_|              
 _____ _____ _____ _____ _____ _____ _____ _____ _____ 
|  _  |   __| __  |   __|     | __  |     |     |  _  |
|   __|   __|    -|   __|  |  |    -| | | | | | |     |
|__|  |_____|__|__|__|  |_____|__|__|_|_|_|_|_|_|__|__|

*/