.nexo-reset {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.nexo-reset * {
  box-sizing: border-box;
}

.nexo-reset {
  height: 100%;
}

.nexo-reset * {
  margin: 0;
}

.nexo-reset :where(a) {
  color: inherit;
  text-decoration: none;
}

.nexo-reset :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

.nexo-reset :where(button, input, optgroup, select, textarea) {
  padding: 0;
  border-width: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

.nexo-reset :where(button, select) {
    text-transform: none;
  }

.nexo-reset :where(button, [type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}

.nexo-reset :where(button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled)) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.nexo-reset :where(ol, ul, dl, dd) {
  list-style: none;
  padding: 0;
}

.nexo-reset :where(img, svg, video, canvas) {
  height: auto;
}

.nexo-reset :where(source) {
  display: none;
}

.nexo-reset :where(img, svg, video, canvas) {
  height: auto;
}

.nexo-reset :where(iframe, embed, object) {
  display: block;
  max-width: 100%;
}

.nexo-reset :where(audio, video) {
  width: 100%;
}

.nexo-reset :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--primary-font);
}

@font-face {
  font-family: 'Akira';
  src: url('./akira.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.i {
  stroke-width: var(--i-stroke, 2);
  width: var(--i-size, 24px);
  height: var(--i-size, 24px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}