@font-face {
  font-family: "FrutigerLTW01";
  font-style: normal;
  src: url("../fonts/FrutigerLTW01-Light.woff2") format('woff2'), 
       url("../fonts/FrutigerLTW01-Light.woff") format('woff');
}
@font-face {
  font-family: "FrutigerLTW01";
  font-style: italic;
  font-style: oblique;
  src: url("../fonts/FrutigerLTW01-LightItalic.woff2") format('woff2'),
       url("../fonts/FrutigerLTW01-LightItalic.woff") format('woff');
}
@font-face {
  font-family: "FrutigerLTW01";
  font-style: italic;
  font-style: oblique;
  font-weight: bold;
  src: url("../fonts/FrutigerLTW01-BoldItalic.woff2") format('woff2'),
       url("../fonts/FrutigerLTW01-BoldItalic.woff") format('woff');
}
@font-face {
  font-family: "FrutigerLTW01";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/FrutigerLTW01-Roman.woff2") format('woff2'),
       url("../fonts/FrutigerLTW01-Roman.woff") format('woff');
}

body {
  font-family: "FrutigerLTW01", sans-serif!important;
}