.dm-mono-light {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

.dm-mono-regular {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.dm-mono-medium {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

.dm-mono-light-italic {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-style: italic;
}

.dm-mono-regular-italic {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.dm-mono-medium-italic {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: italic;
}

.coda-regular {
  font-family: "Coda", system-ui;
  font-weight: 400;
  font-style: normal;
}

.coda-extrabold {
  font-family: "Coda", system-ui;
  font-weight: 800;
  font-style: normal;
}

/*!general*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

/*! Main */

* {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

/*?Hero*/
h1 {
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-weight: bold;
  font-style: normal;
}
h3 {
  font-weight: bold;
  font-style: normal;
}
h4 {
  font-weight: bold;
  font-style: normal;
}
p,
li {
  font-weight: 400;
  font-style: normal;
}
a {
  cursor: pointer;
  transition: var(--animTransition);
  text-decoration: none;
}
