:root {
  --aefe-font-primary: "Marianne", Arial, sans-serif;
  --aefe-font-secondary: "Spectral", Georgia, serif;
}

body {
  font-family: var(--aefe-font-primary);
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

h1, h2, h3 {
  font-family: var(--aefe-font-primary);
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

ol, ul {
  padding-left: 1.5rem;
}

.fr-table {
  margin-top: 1rem;
}

.policy-page .app-content.policy-page-content {
  padding-top: 3.875rem;
  padding-bottom: 10rem;
}

.fr-sidemenu,
.fr-sidemenu__inner {
  border-right: none !important;
  box-shadow: none !important;
}

