@font-face {
  font-family: NeoSans; /* regular font */
  src: url("../fonts/NeoSansStd-Regular.woff") format("woff");
  src: url("../fonts/NeoSansStd-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal;
}

@font-face {
  font-family: NeoSans; /* bold font */
  src: url("../fonts/NeoSansStd-Bold.woff") format("woff");
  src: url("../fonts/NeoSansStd-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal;
}

@font-face {
  font-family: NeoSans; /* light font */
  src: url("../fonts/NeoSansStd-Light.woff") format("woff");
  src: url("../fonts/NeoSansStd-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal;
}

@font-face {
  font-family: NeoSans; /* regular font */
  src: url("../fonts/NeoSansStd-Italic.woff") format("woff");
  src: url("../fonts/NeoSansStd-Italic.woff2") format("woff2");
  font-weight: 400; font-style: italic;
}

@font-face {
  font-family: NeoSans; /* bold font */
  src: url("../fonts/NeoSansStd-BoldItalic.woff") format("woff");
  src: url("../fonts/NeoSansStd-BoldItalic.woff2") format("woff2");
  font-weight: 700; font-style: italic;
}

@font-face {
  font-family: NeoSans; /* light font */
  src: url("../fonts/NeoSansStd-LightItalic.woff") format("woff");
  src: url("../fonts/NeoSansStd-LightItalic.woff2") format("woff2");
  font-weight: 300; font-style: italic;
}
