/*
* ##  GLOBAL STYLES  ##
* Be careful when editing this file, it will affect all pages.
* Here are all the fonts and component styles used in the project.
* Don't put a style used only in one page here
*/

/*
 _____ _____ _____ _____ _____ 
|   __|     |   | |_   _|   __|
|   __|  |  | | | | | | |__   |
|__|  |_____|_|___| |_| |_____|
                               
*//* Global font style */

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf")
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken.otf")
}
@font-face {
  font-family: "LarkenBold";
  src: url("../fonts/LarkenBold.otf")
}
@font-face {
  font-family: "LarkenLight";
  src: url("../fonts/LarkenLight.otf")
}
@font-face {
  font-family: "Xilosa";
  src: url("../fonts/xilosa.ttf")
}

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

*//* Body e HTML*/

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


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

*/