@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  background: #041530;
  font-family: "Inter", sans-serif;
  font-weight: <weight>;
  font-style: normal;
  font-size: 16px;
}

#design-wrapper > main {
  background: var(--color-gray-100);
}