html {
  font-size: 12px;
}

html,
body {
  overscroll-behavior: none;
}

.page-wrapper {
  padding: 2.5rem;
  padding-top: 6rem;
}

/* 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: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1rem;
  color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

p {
  font-weight: 400;
}
.bold-text {
  font-weight: 600;
}

a > p {
  text-decoration: underline;
}

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

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

.accent-text,
a:hover {
  color: #1900bf;
}

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

/* Block Image download option */
img {
  pointer-events: none;
}
