/* Import Atkinson Hyperlegible Next font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Atkinson Hyperlegible Next', Arial, sans-serif !important;
  font-weight: 700 !important; /* Bold */
}

h1 {
  font-size: 36px !important;
  line-height: 1.2 !important;
}

h2 {
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin-top: 32px !important;
}

h3 {
  font-size: 20px !important;
  line-height: 1.4 !important;
  margin-top: 32px !important;
}

h4 {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

h5 {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
}

h6 {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

/* Body text */
body {
  font-family: 'Atkinson Hyperlegible Next', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400; /* Regular */
}

body li {
  font-family: 'Atkinson Hyperlegible Next', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400; /* Regular */
}

p {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

a {
  font-size: 16px !important; /* Adjust the value as needed */
}

.centered-text {
  text-align: center
}

.sideimg-content {
  font-size: 16px !important;
  margin-top: 8px;
}

.sideimg-img {
  margin-left: 16px;
}

.convert-wrapper button {
  background-color: var(--button-primary-background);
}
