@font-face {
    font-family: "barlow";
    src:
      local("/static/fonts/Barlow-Regular.ttf") format("truetype");
  }
  

body {
    font-family: barlow;
    font-size: 1.2em;
}

.hero-body {
    padding: 1rem 1.5rem 1rem;
}

.content h2:not(:first-child), .content h3:not(:first-child) {
    margin-top: 0;
  }

ul {
    list-style: none;
}

li::before {
    content: "";
    color: black;
}

.footer {
    padding: 1rem 1.5rem 1rem;
}

.control {
    font-size: 1em;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
        height: 1.8em;
}

