html {
  font-size: 12px;
}

.page-wrapper {
  padding: 2rem;
}

/* Base text styles on body and common text elements */
body,
p,
span,
a,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
div,
label,
input,
textarea,
button,
select {
  font-family: 'Chivo Mono', monospace;
  letter-spacing: -0.05rem;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1rem;
  color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: lowercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bold-text {
  font-weight: 500;
}

*::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

.accent-text,
a:hover {
  opacity: 40%;
}

/* Navigation */
.navigation-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
