@font-face {
  font-family: "DaimlerCAC-Regular";
  src: url("https://vdzsts.i.mercedes-benz.com/assets/fonts/DaimlerCAC-Regular.ttf");
}
@font-face {
  font-family: "DaimlerCS-Regular";
  src: url("https://vdzsts.i.mercedes-benz.com/assets/fonts/DaimlerCS-Regular.ttf");
}

html,
body {
  font-family: "DaimlerCS-Regular", sans-serif !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* background-image: radial-gradient(circle, #3e3f3f 0%, #000 100%); */
  background-color: #000000;
  color: #333333;
  height: 100vh;
}

h1,
h3,
h5,
p {
  font: 300;
}

a:-webkit-any-link {
  text-decoration: none;
}

/* For Chrome and Safari */
/* width */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
  background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #66666688;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

/* For Firefox */
:root {
  scrollbar-color: #6668 transparent !important;
  scrollbar-width: thin !important;
}
