/* Fonts */
.tuffy-regular, body {
  font-family: "Tuffy", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.tuffy-bold {
  font-family: "Tuffy", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tuffy-regular-italic {
  font-family: "Tuffy", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.tuffy-bold-italic {
  font-family: "Tuffy", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.urbanist, h1, h2 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; 
  font-style: normal;
}

/* .urbanist-<uniquifier>   {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>; 
  font-style: normal;
}

*/
