/*
* ##  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: "Bebas Bold";
  src: url("../fonts/Bebas\ Neue\ Pro\ Bold.otf")
}
@font-face {
  font-family: "Bebas Light";
  src: url("../fonts/Bebas\ Neue\ Pro\ Light.otf")
}
@font-face {
  font-family: "Bebas Regular";
  src: url("../fonts/Bebas\ Neue\ Pro\ Regular.otf")
}
@font-face {
  font-family: "Futura Book";
  src: url("../fonts/futura-pt-book.otf")
}
@font-face {
  font-family: "Futura Light";
  src: url("../fonts/Futura-PT-Light.ttf")
}
@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/Futura-PT-Medium.ttf")
}
@font-face {
  font-family: "Futura Regular";
  src: url("../fonts/Futura-PT-Regular.ttf")
}
@font-face {
  font-family: "Futura Bold";
  src: url("../fonts/Futura-PT-Bold.ttf")
}
@font-face {
  font-family: "Bebas Thin";
  src: url("../fonts/Bebas\ Neue\ Pro\ Thin.otf")
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.ttf")
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.ttf")
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf")
}

@font-face {
  font-family: "SourceSerif";
  src: url("../fonts/SourceSerifPro-SemiBold.ttf")
}

@font-face {
  font-family: "SourceSerif Bold";
  src: url("../fonts/SourceSerifPro-Semibold.otf")
}


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

*//* Body e HTML*/

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


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

*/