/* Font import */
h1, h2, h3, h4, h5, h6 {
  font-family: "BBH Bartle", sans-serif;
}

p {
  line-height: 1;
}

/* Gridy variables */
:root {
  --pl: 32px;
  --pr: 32px;
  --gp: 32px;
  --mw: 100%;
}

/* Global page settings */
html,
body {
  height: 100%;
  overflow: hidden;
}

/* Sidebar */
.sidebar {
  height: 100vh;
  overflow-y: auto;
  padding: 2rem;
}

/* Main content area */
.content {
  height: 100vh;
  overflow-y: auto;
  padding: 2rem;
}


.hidden {
    display: none;
}