/** Add your extra/custom CSS classes below */
body {
  background-image: url("~/docs/images/home/gridbg.png");
    background-repeat: repeat;   /* repeat both horizontally and vertically */
    background-position: top left;
    background-size: auto;       /* keep the original size of the image use auto, or use % to scale */
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #0030FF;
    text-transform: uppercase;
  }
  