@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Black'), local('TTDaysSans-Black'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Black.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Bold'), local('TTDaysSans-Bold'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Bold.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Italic'), local('TTDaysSans-Italic'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Italic.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Light'), local('TTDaysSans-Light'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Light.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Regular'), local('TTDaysSans-Regular'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Regular.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TTDaysSans';
  src: local('TTDaysSans-Thin'), local('TTDaysSans-Thin'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Thin.woff2') format('woff2'),
      url('/wp-content/themes/production-automation-Divi-child-theme/fonts/TTDaysSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}


h1,h2,h3,h4,h5 {
font-family:'TTDaysSans';
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.6s ease;
  z-index:100000;
}

html,
body {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
