@font-face {
  font-family: hbold;
  src: url("fonts/Helvetica-Bold.ttf");
}

@font-face
{
    font-family: hlight;
    src: url("fonts/helvetica-light.ttf");
}

@font-face {
  font-family: hreg;
  src: url("fonts/Helvetica.ttf");
}

@font-face {
  font-family: bbold;
  src: url("fonts/BrixtonBld.ttf");
}

*
{
  font-family: hbold;
}

#formhead>p, #followus>#copyright, #aboutus-left>p, .addrinfo>p, .phoneinfo>p, .timeright>p, .formfield::placeholder
{
  font-family: hreg;
}

/* #aboutus-left>p, .addrinfo>p, .phoneinfo>p, .timeright>p, .formfield::placeholder
{
  font-family: hlight;
} */

.announcementContent h2, .announcementContent>#notice>#noticecontent
{
  font-family: bbold;
}
