/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


body {font-family: 'Noto Sans', sans-serif; }
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Noto sans', sans-serif; }