*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: var(--color-neutrals-quartz);
  color: var(--color-white);
  margin: 0;
  min-width: 1024px;
}

html body * {
  font-family: "Graphik", "Roboto", "Helvetica Neue" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--color-interactions-blue-berry);
  text-decoration: inherit;
}

a:hover {
  text-decoration: underline;
}
