@font-face {
  font-family: 'nexus-font';
  src:  url('../fonts/nexus-font.eot?le63xd');
  src:  url('../fonts/nexus-font.eot?le63xd#iefix') format('embedded-opentype'),
    url('../fonts/nexus-font.ttf?le63xd') format('truetype'),
    url('../fonts/nexus-font.woff?le63xd') format('woff'),
    url('../fonts/nexus-font.svg?le63xd#nexus-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="nexus-"], [class*=" nexus-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexus-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nexus-truck-d4:before {
  content: "\e907";
}
.nexus-calendar-flag-solid:before {
  content: "\e900";
}
.nexus-calendar-placemaker-dot-solid:before {
  content: "\e901";
}
.nexus-notepad-pencil-solid:before {
  content: "\e902";
}
.nexus-ruler-v2:before {
  content: "\e903";
}
.nexus-truck-d2-v1:before {
  content: "\e904";
}
.nexus-weight:before {
  content: "\e905";
}
.nexus-truck-long:before {
  content: "\e906";
}
.nexus-primary-icon {
  /* color: #fd8c40; */
  color: #ffffff;
  /* text-shadow: 0 0 7px rgb(0 0 0 / 35%); */
  text-shadow: 0 0 3px rgb(0 0 0 / 25%), 1px 4px 5px rgb(0 0 0 / 18%);
}
.nexus-icon {
  font-size: 2.5rem; 
  height: auto;
}
.nexus-sm-icon {
  font-size: 1.8rem; 
}

@media only screen and (max-width: 479px) {
  .nexus-icon {
    font-size: 1.8rem; 
  }

  .nexus-sm-icon {
    font-size: 1.4rem; 
  }
}