/* Custom Fonts Stylesheet */
 
@font-face {
  font-family: 'Gotham';
  src: 	url('../fonts/gotham/GothamLight.woff2') format('woff2'),
		url('../fonts/gotham/GothamLight.woff') format('woff'),
		url('../fonts/gotham/GothamLight.ttf')  format('truetype'),
		url('../fonts/gotham/GothamLight.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
 }
 
@font-face {
    font-family: 'Bobby Jones Soft';
    src: url('../fonts/bobbyjones/BobbyJonesSoft-Regular.woff2') format('woff2'),
         url('../fonts/bobbyjones/BobbyJonesSoft-Regular.woff') format('woff'),
         url('../fonts/bobbyjones/BobbyJonesSoft-Regular.ttf') format('truetype'),
		 url('../fonts/bobbyjones/BobbyJonesSoft-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"),
       url("../fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"),
	   url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"),
	   url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"),
	   url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"),
	   url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
