/* Import Nunito Sans */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

/* Apply site-wide */
body, button, input, select, textarea {
  font-family: 'Nunito Sans', sans-serif !important;
}

/* Optional: headings bolder */
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
body { font-weight: 400; }
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


