@font-face {
  font-family: "boldiveconor";
  src: url("../fonts/boldiveconor-webfont.woff");
}
@font-face {
  font-family: "IVECO-Energy";
  src: url("../fonts/iveco-energy.woff") format("woff");
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans.woff");
}
/* Webfont: Gill Sans semibold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/GillSans-SemiBold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans light */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans bold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ### */
/* BREAKPOINTS */
/* ### */
/* ### */
/* ### */
.grid-container {
  padding-right: 24px;
  padding-left: 24px;
  max-width: 1968px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=layout.css.map */