@font-face {
  font-family: 'Brother-1816-Medium';
  src: url('Brother1816-Medium/Brother1816-Medium.woff2') format('woff2'),
       url('Brother1816-Medium/Brother1816-Medium.woff') format('woff'),
       url('Brother1816-Medium/Brother1816-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Brother-1816-ExtraBold';
  src: url('Brother1816-ExtraBold/Brother1816-ExtraBold.woff2') format('woff2'),
       url('Brother1816-ExtraBold/Brother1816-ExtraBold.woff') format('woff'),
       url('Brother1816-ExtraBold/Brother1816-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Brother-1816-Book';
  src: url('Brother1816-Book/Brother1816-Book.woff2') format('woff2'),
       url('Brother1816-Book/Brother1816-Book.woff') format('woff'),
       url('Brother1816-Book/Brother1816-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3 {
	font-family: "Brother-1816-ExtraBold";
}
h4,h5,h6, button{
	font-family: "Brother-1816-Medium";
}
p {
	font-family: "Brother-1816-Book";
}