/* Bootstrap Icons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('Bootstrap/glyphicons-halflings-regular.eot');
  src: url('Bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('Bootstrap/glyphicons-halflings-regular.woff2') format('woff2'),
    url('Bootstrap/glyphicons-halflings-regular.woff') format('woff'),
    url('Bootstrap/glyphicons-halflings-regular.ttf') format('truetype'),
    url('Bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* Foundation Icons */
@font-face {
  font-family: 'foundation-icons';
  font-display: auto;
  src: url('Foundation/foundation-icons.eot');
  src: url('Foundation/foundation-icons.eot?#iefix') format('embedded-opentype'),
  url('Foundation/foundation-icons.woff') format('woff'),
  url('Foundation/foundation-icons.ttf') format('truetype'),
  url('Foundation/foundation-icons.svg#fontcustom') format('svg');
  font-weight: normal;
  font-style: normal;
}