/* ------------------------------------------------------------- 
/* CUSTOMER FONTS
/* ------------------------------------------------------------- */
@font-face {
  font-family: 'Light';
  src: url('Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Regular';
  src: url('Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bold';
  src: url('Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Touchway';
  src: url('Touchway.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Serif';
  src: url('Serif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------------------------
/* ADMIN fonts
/* ------------------------------------------------------------- */

@font-face {
  font-family: 'AdminLight';
  src: url('admin/Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdminRegular';
  src: url('admin/Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdminBold';
  src: url('admin/Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------------------------
/* Material icons
/* ------------------------------------------------------------- */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('admin/Material.woff2') format('woff2');
}

@font-face {
  font-family: 'OfficeIcons';
  src: url('admin/Office.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ms-icon,
.ms-Icon {
  display: inline-block;
  font-family: "OfficeIcons";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
