/* Brother 1816 - Thin */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-thin-italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-light-italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-regular-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-medium-italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-bold-italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-extrabold-italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/brother-1816-black-italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
