@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Digital Numbers';
  font-style: normal;
  font-weight: 400;
  src: local('Digital Numbers'), url('DigitalNumbers-Regular.woff') format('woff');
}


body *{
  font-family: 'Poppins', sans-serif !important;
  box-sizing: border-box;
}
html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
  overflow-x: clip;
}
#root {
  font-family: Poppins-Regular, Poppins-Bold, Poppins-Light, Poppins-Medium, Poppins-SemiBold, sans-serif;
}

body {
   margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 0 #000000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.shipmentForm input:autofill,
.shipmentForm input:-webkit-autofill,
.shipmentForm input:-webkit-autofill:hover,
.shipmentForm input:-webkit-autofill:focus,
.shipmentForm textarea:-webkit-autofill,
.shipmentForm textarea:-webkit-autofill:hover,
.shipmentForm textarea:-webkit-autofill:focus,
.shipmentForm select:-webkit-autofill,
.shipmentForm select:-webkit-autofill:hover,
.shipmentForm select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 0 #000000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

@font-face {
  font-family:Poppins-Bold;
  src: url('./fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family:Poppins-Light;
  src: url('./fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family:Poppins-Medium;
  src: url('./fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family:Poppins-Regular;
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family:Poppins-SemiBold;
  src: url('./fonts/Poppins-SemiBold.ttf') format('truetype');
}
.sectionPadding{
  margin: 100px 0px;
}
.fontFamilyMedium{
  font-family: Poppins-Medium!important;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
