/* =========================================
   BASE
   Tipografia global, links, seleção de texto
   ========================================= */

body {
  background: var(--carbon);
  color: var(--white);
  font-family: var(--fonte-corpo);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: var(--fonte-titulo);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}

.mono {
  font-family: var(--fonte-mono);
}

::selection {
  background: var(--red);
  color: #fff;
}
