/*
 * Theme Name: NEOP
 * Author: Eastern Research Group, Inc.
 * Author URI: https://www.erg.com/
 * Description: Custom theme for the Northeast Regional Planning Body.
 * Version: 1.3.0
*/

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333;
  background-color: white;
}

h1 {
  /* ensure headings inherit font-size of parent */
  /* (due to user agent styling of headers inside section, aside, etc.) */
  font-size: inherit;
}
