/* Add @font-face declarations for your client's custom fonts here.
   Place font files (OTF, WOFF2, etc.) in this directory alongside this CSS file.
   All .html files link to this file. */

body {
   font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif !important; /* ADD CUSTOM FONT HERE */
}